Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H 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()
717 __netfilter_net_init(net->nf.hooks_ipv4, ARRAY_SIZE(net->nf.hooks_ipv4)); in netfilter_net_init()
H A Dnf_queue.c296 return rcu_dereference(net->nf.hooks_ipv4[hooknum]); in nf_hook_entries_head()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dnetfilter.h21 struct nf_hook_entries __rcu *hooks_ipv4[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h226 hook_head = rcu_dereference(net->nf.hooks_ipv4[hook]); in nf_hook()
325 hook_head = rcu_dereference(net->nf.hooks_ipv4[hook]); in NF_HOOK_LIST()