Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netns/
Dnetfilter.h21 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS]; member
/kernel/linux/linux-5.10/net/netfilter/
Dcore.c300 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_ipv6) <= hooknum)) in nf_hook_entry_head()
302 return net->nf.hooks_ipv6 + hooknum; in nf_hook_entry_head()
717 __netfilter_net_init(net->nf.hooks_ipv6, ARRAY_SIZE(net->nf.hooks_ipv6)); in netfilter_net_init()
Dnf_queue.c272 return rcu_dereference(net->nf.hooks_ipv6[hooknum]); in nf_hook_entries_head()
/kernel/linux/linux-5.10/include/linux/
Dnetfilter.h226 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in nf_hook()
325 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in NF_HOOK_LIST()