Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dnetfilter.h28 struct nf_hook_entries __rcu *hooks_bridge[NF_INET_NUMHOOKS]; member
/openbmc/linux/net/netfilter/
H 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()
784 __netfilter_net_init(net->nf.hooks_bridge, ARRAY_SIZE(net->nf.hooks_bridge)); in netfilter_net_init()
H 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()
H A Dnf_queue.c282 return rcu_dereference(net->nf.hooks_bridge[hooknum]); in nf_hook_entries_head()
/openbmc/linux/net/bridge/
H A Dbr_input.c268 e = rcu_dereference(net->nf.hooks_bridge[NF_BR_PRE_ROUTING]); in nf_hook_bridge_pre()
H A Dbr_netfilter_hooks.c1158 e = rcu_dereference(net->nf.hooks_bridge[hook]); in br_nf_hook_thresh()
/openbmc/linux/include/linux/
H A Dnetfilter.h245 hook_head = rcu_dereference(net->nf.hooks_bridge[hook]); in nf_hook()