net/6lowpan/core.c

Source file repositories/reference/linux-study-clean/net/6lowpan/core.c

File Facts

System
Linux kernel
Corpus path
net/6lowpan/core.c
Extension
.c
Size
4169 bytes
Lines
184
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(lowpan_module_init);
module_exit(lowpan_module_exit);

MODULE_DESCRIPTION("IPv6 over Low-Power Wireless Personal Area Network core module");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes