Searched refs:nft_is_active (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nft_set_rbtree.c | 278 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
|
D | nft_set_hash.c | 200 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
|
D | nf_tables_api.c | 607 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 1268 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 2297 if (!nft_is_active(net, rule)) in nf_tables_dump_rules() 3225 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 3677 nft_is_active(ctx->net, set)) in nf_tables_unbind_set() 5039 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 5712 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 1218 #define nft_is_active(__net, __obj) \ macro
|