net/6lowpan/6lowpan_i.h

Source file repositories/reference/linux-study-clean/net/6lowpan/6lowpan_i.h

File Facts

System
Linux kernel
Corpus path
net/6lowpan/6lowpan_i.h
Extension
.h
Size
989 bytes
Lines
35
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: implementation source
Status
source 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

static inline void lowpan_dev_debugfs_init(struct net_device *dev) { }
static inline void lowpan_dev_debugfs_exit(struct net_device *dev) { }

static inline void __init lowpan_debugfs_init(void) { }
static inline void lowpan_debugfs_exit(void) { }
#endif /* CONFIG_6LOWPAN_DEBUGFS */

#endif /* __6LOWPAN_I_H */

Annotation

Implementation Notes