Home
last modified time | relevance | path

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

/linux/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()
321 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
/linux/net/netfilter/
A Dcore.c38 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS]; variable
39 EXPORT_SYMBOL(nf_hooks_needed);
371 static_key_slow_inc(&nf_hooks_needed[pf][hooknum]); in nf_static_key_inc()
386 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
/linux/net/bridge/
A Dbr_input.c217 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
/linux/
A Dvmlinux.symvers39 0x00000000 nf_hooks_needed vmlinux EXPORT_SYMBOL
A DSystem.map163699 ffff80001215a800 B nf_hooks_needed
A D.tmp_System.map163699 ffff80001215a800 B nf_hooks_needed

Completed in 322 milliseconds