Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetfilter_netdev.h12 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
57 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_EGRESS])) in nf_hook_egress_active()
A Dnetfilter.h196 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
222 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook()
316 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
/linux-6.3-rc2/net/netfilter/
A Dcore.c38 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS]; variable
39 EXPORT_SYMBOL(nf_hooks_needed);
365 static_key_slow_inc(&nf_hooks_needed[pf][hooknum]); in nf_static_key_inc()
380 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
/linux-6.3-rc2/net/bridge/
A Dbr_input.c259 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()

Completed in 7 milliseconds