Searched refs:nf_hooks_needed (Results 1 – 3 of 3) sorted by relevance
59 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS]; variable60 EXPORT_SYMBOL(nf_hooks_needed);117 static_key_slow_inc(&nf_hooks_needed[reg->pf][reg->hooknum]); in nf_register_net_hook()151 static_key_slow_dec(&nf_hooks_needed[reg->pf][reg->hooknum]); in nf_unregister_net_hook()
11 if (!static_key_false(&nf_hooks_needed[NFPROTO_NETDEV][NF_NETDEV_INGRESS])) in nf_hook_ingress_active()
143 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];150 return static_key_false(&nf_hooks_needed[pf][hook]); in nf_hook_list_active()