Home
last modified time | relevance | path

Searched refs:nf_hook_entries (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/netns/
H A Dnetfilter.h22 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS];
23 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS];
25 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS];
28 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS];
/linux/net/netfilter/
H A Dnf_internals.h39 void nf_hook_entries_delete_raw(struct nf_hook_entries __rcu **pp,
41 int nf_hook_entries_insert_raw(struct nf_hook_entries __rcu **pp,
H A Dnfnetlink_queue.c261 const struct nf_hook_entries *hooks, in nf_iterate()
284 static struct nf_hook_entries *nf_hook_entries_head(const struct net *net, u8 pf, u8 hooknum) in nf_hook_entries_head()
358 const struct nf_hook_entries *hooks; in nf_reinject()
/linux/include/linux/
H A Dnetfilter.h123 struct nf_hook_entries { struct
144 static inline struct nf_hook_ops **nf_hook_entries_get_hook_ops(const struct nf_hook_entries *e) in nf_hook_entries_get_hook_ops() argument
216 const struct nf_hook_entries *e, unsigned int i);
219 const struct nf_hook_entries *e);
232 struct nf_hook_entries *hook_head = NULL; in nf_hook()
327 struct nf_hook_entries *hook_head = NULL; in NF_HOOK_LIST()
H A Dnetdevice.h2158 struct nf_hook_entries __rcu *nf_hooks_egress;
2370 struct nf_hook_entries __rcu *nf_hooks_ingress;
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst112 struct nf_hook_entries* nf_hooks_ingress
124 struct nf_hook_entries* nf_hooks_egress read_mostly
/linux/net/bridge/
H A Dbr_input.c270 struct nf_hook_entries *e = NULL; in nf_hook_bridge_pre()