Searched refs:hooks_arp (Results 1 – 4 of 4) sorted by relevance
275 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_arp) <= hooknum)) in nf_hook_entry_head()277 return net->nf.hooks_arp + hooknum; in nf_hook_entry_head()749 __netfilter_net_init(net->nf.hooks_arp, ARRAY_SIZE(net->nf.hooks_arp)); in netfilter_net_init()
205 if (hook >= ARRAY_SIZE(net->nf.hooks_arp)) in nfnl_hook_entries_head()207 hook_head = rcu_dereference(net->nf.hooks_arp[hook]); in nfnl_hook_entries_head()
22 struct nf_hook_entries __rcu *hooks_arp[NF_ARP_NUMHOOKS]; member
236 if (WARN_ON_ONCE(hook >= ARRAY_SIZE(net->nf.hooks_arp))) in nf_hook()238 hook_head = rcu_dereference(net->nf.hooks_arp[hook]); in nf_hook()
Completed in 7 milliseconds