Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netns/
Dnetfilter.h22 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS]; member
/Linux-v6.6/net/netfilter/
Dcore.c287 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_arp) <= hooknum)) in nf_hook_entry_head()
289 return net->nf.hooks_arp + hooknum; in nf_hook_entry_head()
781 __netfilter_net_init(net->nf.hooks_arp, ARRAY_SIZE(net->nf.hooks_arp)); in netfilter_net_init()
Dnfnetlink_hook.c261 if (hook >= ARRAY_SIZE(net->nf.hooks_arp)) in nfnl_hook_entries_head()
263 hook_head = rcu_dereference(net->nf.hooks_arp[hook]); in nfnl_hook_entries_head()
/Linux-v6.6/include/linux/
Dnetfilter.h238 if (WARN_ON_ONCE(hook >= ARRAY_SIZE(net->nf.hooks_arp))) in nf_hook()
240 hook_head = rcu_dereference(net->nf.hooks_arp[hook]); in nf_hook()