net/ieee802154/sysfs.h

Source file repositories/reference/linux-study-clean/net/ieee802154/sysfs.h

File Facts

System
Linux kernel
Corpus path
net/ieee802154/sysfs.h
Extension
.h
Size
239 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 __IEEE802154_SYSFS_H
#define __IEEE802154_SYSFS_H

int wpan_phy_sysfs_init(void);
void wpan_phy_sysfs_exit(void);

extern const struct class wpan_phy_class;

#endif /* __IEEE802154_SYSFS_H */

Annotation

Implementation Notes