Searched refs:nf_hooks_lwtunnel_enabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/netfilter/
H A Dnf_hooks_lwtunnel.c9 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
17 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled)) {
21 static_branch_enable(&nf_hooks_lwtunnel_enabled);
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c491 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
518 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
572 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
600 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
H A Dseg6_local.c942 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
992 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
1628 if (static_branch_unlikely(&nf_hooks_lwtunnel_enabled))
/linux-master/net/core/
H A Dlwtunnel.c26 DEFINE_STATIC_KEY_FALSE(nf_hooks_lwtunnel_enabled); variable
27 EXPORT_SYMBOL_GPL(nf_hooks_lwtunnel_enabled); variable
/linux-master/include/net/
H A Dlwtunnel.h58 DECLARE_STATIC_KEY_FALSE(nf_hooks_lwtunnel_enabled); variable

Completed in 154 milliseconds