include/net/netns/mpls.h

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

File Facts

System
Linux kernel
Corpus path
include/net/netns/mpls.h
Extension
.h
Size
465 bytes
Lines
26
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 netns_mpls {
	int ip_ttl_propagate;
	int default_ttl;
	size_t platform_labels;
	struct mpls_route __rcu * __rcu *platform_label;
	struct mutex platform_mutex;
	seqcount_mutex_t platform_label_seq;

	struct ctl_table_header *ctl;
};

#endif /* __NETNS_MPLS_H__ */

Annotation

Implementation Notes