include/net/netns/flow_table.h

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

File Facts

System
Linux kernel
Corpus path
include/net/netns/flow_table.h
Extension
.h
Size
287 bytes
Lines
15
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 nf_flow_table_stat {
	unsigned int count_wq_add;
	unsigned int count_wq_del;
	unsigned int count_wq_stats;
};

struct netns_ft {
	struct nf_flow_table_stat __percpu *stat;
};
#endif

Annotation

Implementation Notes