net/nsh/nsh.c

Source file repositories/reference/linux-study-clean/net/nsh/nsh.c

File Facts

System
Linux kernel
Corpus path
net/nsh/nsh.c
Extension
.c
Size
3350 bytes
Lines
154
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(nsh_init_module);
module_exit(nsh_cleanup_module);

MODULE_AUTHOR("Jiri Benc <jbenc@redhat.com>");
MODULE_DESCRIPTION("NSH protocol");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes