Home
last modified time | relevance | path

Searched refs:hooks_ipv6 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/net/netns/
Dnetfilter.h21 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS]; member
/Linux-v5.4/net/netfilter/
Dcore.c290 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_ipv6) <= hooknum)) in nf_hook_entry_head()
292 return net->nf.hooks_ipv6 + hooknum; in nf_hook_entry_head()
620 __netfilter_net_init(net->nf.hooks_ipv6, ARRAY_SIZE(net->nf.hooks_ipv6)); in netfilter_net_init()
Dnf_queue.c282 return rcu_dereference(net->nf.hooks_ipv6[hooknum]); in nf_hook_entries_head()
/Linux-v5.4/include/linux/
Dnetfilter.h230 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in nf_hook()