include/net/netfilter/nf_conntrack_bridge.h

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

File Facts

System
Linux kernel
Corpus path
include/net/netfilter/nf_conntrack_bridge.h
Extension
.h
Size
398 bytes
Lines
20
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_ct_bridge_info {
	struct nf_hook_ops	*ops;
	unsigned int		ops_size;
	struct module		*me;
};

void nf_ct_bridge_register(struct nf_ct_bridge_info *info);
void nf_ct_bridge_unregister(struct nf_ct_bridge_info *info);

#endif

Annotation

Implementation Notes