include/net/netfilter/nf_hooks_lwtunnel.h

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

File Facts

System
Linux kernel
Corpus path
include/net/netfilter/nf_hooks_lwtunnel.h
Extension
.h
Size
211 bytes
Lines
8
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

#include <linux/sysctl.h>
#include <linux/types.h>

#ifdef CONFIG_SYSCTL
int nf_hooks_lwtunnel_sysctl_handler(const struct ctl_table *table, int write,
				     void *buffer, size_t *lenp, loff_t *ppos);
#endif

Annotation

Implementation Notes