Home
last modified time | relevance | path

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

/linux/net/netfilter/
A 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()
747 __netfilter_net_init(net->nf.hooks_ipv6, ARRAY_SIZE(net->nf.hooks_ipv6)); in netfilter_net_init()
A Dnfnetlink_hook.c199 if (hook >= ARRAY_SIZE(net->nf.hooks_ipv6)) in nfnl_hook_entries_head()
201 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in nfnl_hook_entries_head()
A Dnf_queue.c263 return rcu_dereference(net->nf.hooks_ipv6[hooknum]); in nf_hook_entries_head()
/linux/include/net/netns/
A Dnetfilter.h20 struct nf_hook_entries __rcu *hooks_ipv6[NF_INET_NUMHOOKS]; member
/linux/include/linux/
A Dnetfilter.h232 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in nf_hook()
331 hook_head = rcu_dereference(net->nf.hooks_ipv6[hook]); in NF_HOOK_LIST()

Completed in 8 milliseconds