fs/smb/client/netlink.h

Source file repositories/reference/linux-study-clean/fs/smb/client/netlink.h

File Facts

System
Linux kernel
Corpus path
fs/smb/client/netlink.h
Extension
.h
Size
312 bytes
Lines
17
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _CIFS_NETLINK_H
#define _CIFS_NETLINK_H

extern struct genl_family cifs_genl_family;

int cifs_genl_init(void);
void cifs_genl_exit(void);

#endif /* _CIFS_NETLINK_H */

Annotation

Implementation Notes