Searched refs:nft_is_active (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_rbtree.c | 417 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
|
| H A D | nft_set_hash.c | 199 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
|
| H A D | nf_tables_api.c | 791 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 1545 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 2893 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules() 2948 if (!nft_is_active(net, chain)) in nf_tables_dump_rules() 3926 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 6104 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 7020 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_tables.h | 1338 #define nft_is_active(__net, __obj) \ macro
|