Home
last modified time | relevance | path

Searched refs:nft_is_active (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_rbtree.c417 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
H A Dnft_set_hash.c199 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
H A Dnf_tables_api.c791 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 Dnf_tables.h1338 #define nft_is_active(__net, __obj) \ macro