Home
last modified time | relevance | path

Searched refs:hooks_bridge (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/netns/
A Dnetfilter.h28 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS]; member
/linux/net/netfilter/
A Dcore.c293 if (WARN_ON_ONCE(ARRAY_SIZE(net->nf.hooks_bridge) <= hooknum)) in nf_hook_entry_head()
295 return net->nf.hooks_bridge + hooknum; in nf_hook_entry_head()
782 __netfilter_net_init(net->nf.hooks_bridge, ARRAY_SIZE(net->nf.hooks_bridge)); in netfilter_net_init()
A Dnfnetlink_hook.c268 if (hook >= ARRAY_SIZE(net->nf.hooks_bridge)) in nfnl_hook_entries_head()
270 hook_head = rcu_dereference(net->nf.hooks_bridge[hook]); in nfnl_hook_entries_head()
A Dnfnetlink_queue.c260 return rcu_dereference(net->nf.hooks_bridge[hooknum]); in nf_hook_entries_head()
/linux/net/bridge/
A Dbr_input.c268 e = rcu_dereference(net->nf.hooks_bridge[NF_BR_PRE_ROUTING]); in nf_hook_bridge_pre()
A Dbr_netfilter_hooks.c1166 e = rcu_dereference(net->nf.hooks_bridge[hook]); in br_nf_hook_thresh()
/linux/include/linux/
A Dnetfilter.h255 hook_head = rcu_dereference(net->nf.hooks_bridge[hook]); in nf_hook()

Completed in 22 milliseconds