Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/netns/
A Dnetfilter.h19 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS]; member
/linux-6.3-rc2/net/netfilter/
A Dcore.c296 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_ipv4) <= hooknum)) in nf_hook_entry_head()
298 return net->nf.hooks_ipv4 + hooknum; in nf_hook_entry_head()
758 __netfilter_net_init(net->nf.hooks_ipv4, ARRAY_SIZE(net->nf.hooks_ipv4)); in netfilter_net_init()
A Dnfnetlink_hook.c195 if (hook >= ARRAY_SIZE(net->nf.hooks_ipv4)) in nfnl_hook_entries_head()
197 hook_head = rcu_dereference(net->nf.hooks_ipv4[hook]); in nfnl_hook_entries_head()
A Dnf_queue.c287 return rcu_dereference(net->nf.hooks_ipv4[hooknum]); in nf_hook_entries_head()
/linux-6.3-rc2/include/linux/
A Dnetfilter.h229 hook_head = rcu_dereference(net->nf.hooks_ipv4[hook]); in nf_hook()
323 hook_head = rcu_dereference(net->nf.hooks_ipv4[hook]); in NF_HOOK_LIST()

Completed in 8 milliseconds