include/net/pptp.h

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

File Facts

System
Linux kernel
Corpus path
include/net/pptp.h
Extension
.h
Size
604 bytes
Lines
28
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 pptp_gre_header {
	struct gre_base_hdr gre_hd;
	__be16 payload_len;
	__be16 call_id;
	__be32 seq;
	__be32 ack;
} __packed;


#endif

Annotation

Implementation Notes