net/mac802154/cfg.h

Source file repositories/reference/linux-study-clean/net/mac802154/cfg.h

File Facts

System
Linux kernel
Corpus path
net/mac802154/cfg.h
Extension
.h
Size
202 bytes
Lines
11
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

#ifndef __CFG_H
#define __CFG_H

extern const struct cfg802154_ops mac802154_config_ops;

#endif /* __CFG_H */

Annotation

Implementation Notes