include/net/can.h

Source file repositories/reference/linux-study-clean/include/net/can.h

File Facts

System
Linux kernel
Corpus path
include/net/can.h
Extension
.h
Size
663 bytes
Lines
29
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

struct can_skb_ext {
	int	can_iif;
	u16	can_framelen;
	u8	can_gw_hops;
	u8	can_ext_flags;
};

#endif /* _NET_CAN_H */

Annotation

Implementation Notes