Searched refs:nft_is_active_next (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 242 if (nft_is_active_next(ctx->net, rule)) { in nf_tables_delrule_deactivate() 694 if (!nft_is_active_next(net, chain)) in nft_table_disable() 712 if (!nft_is_active_next(net, chain)) in nf_tables_table_enable() 886 if (!nft_is_active_next(ctx->net, chain)) in nft_flush_table() 897 if (!nft_is_active_next(ctx->net, set)) in nft_flush_table() 922 if (!nft_is_active_next(ctx->net, chain)) in nft_flush_table() 949 if (!nft_is_active_next(ctx->net, table)) in nft_flush() 1877 if (!nft_is_active_next(net, rule)) in nf_tables_delchain() 2468 if (!nft_is_active_next(ctx->net, rule)) in nft_chain_validate() 2648 if (!nft_is_active_next(net, old_rule)) { in nf_tables_newrule() [all …]
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 1222 #define nft_is_active_next(__net, __obj) \ macro
|