Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netns/
Dnetfilter.h28 struct nf_hook_entries __rcu *hooks_decnet[NF_DN_NUMHOOKS]; member
/linux-5.19.10/net/netfilter/
Dcore.c305 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_decnet) <= hooknum)) in nf_hook_entry_head()
307 return net->nf.hooks_decnet + hooknum; in nf_hook_entry_head()
754 __netfilter_net_init(net->nf.hooks_decnet, ARRAY_SIZE(net->nf.hooks_decnet)); in netfilter_net_init()
Dnfnetlink_hook.c220 if (hook >= ARRAY_SIZE(net->nf.hooks_decnet)) in nfnl_hook_entries_head()
222 hook_head = rcu_dereference(net->nf.hooks_decnet[hook]); in nfnl_hook_entries_head()
/linux-5.19.10/include/linux/
Dnetfilter.h248 hook_head = rcu_dereference(net->nf.hooks_decnet[hook]); in nf_hook()