Searched refs:nft_is_active (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | nft_set_rbtree.c | 281 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
|
| D | nft_set_hash.c | 197 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
|
| D | nf_tables_api.c | 650 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 1347 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 2410 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules() 2465 if (!nft_is_active(net, chain)) in nf_tables_dump_rules() 3399 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 5327 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 6018 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
| /Linux-v5.4/include/net/netfilter/ |
| D | nf_tables.h | 1275 #define nft_is_active(__net, __obj) \ macro
|