Searched refs:nf_hooks_needed (Results 1 – 2 of 2) sorted by relevance
35 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS]; variable36 EXPORT_SYMBOL(nf_hooks_needed);374 static_key_slow_inc(&nf_hooks_needed[pf][hooknum]); in nf_static_key_inc()389 static_key_slow_dec(&nf_hooks_needed[pf][hooknum]); in nf_static_key_dec()
270 if (!static_key_false(&nf_hooks_needed[NFPROTO_BRIDGE][NF_BR_PRE_ROUTING])) in nf_hook_bridge_pre()
Completed in 7 milliseconds