Searched refs:nft_trace_enabled (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/netfilter/
H A Dnf_tables_core.c64 if (static_branch_unlikely(&nft_trace_enabled)) {
73 if (static_branch_unlikely(&nft_trace_enabled))
143 if (static_branch_unlikely(&nft_trace_enabled))
267 if (static_branch_unlikely(&nft_trace_enabled))
H A Dnft_meta.c665 static_branch_inc(&nft_trace_enabled);
710 static_branch_dec(&nft_trace_enabled);
H A Dnf_tables_trace.c25 DEFINE_STATIC_KEY_FALSE(nft_trace_enabled); variable
26 EXPORT_SYMBOL_GPL(nft_trace_enabled); variable
/linux-master/include/net/netfilter/
H A Dnf_tables_core.h86 extern struct static_key_false nft_trace_enabled;

Completed in 172 milliseconds