Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnft_set_rbtree.c413 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
Dnft_set_hash.c197 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
Dnf_tables_api.c765 if (!nft_is_active(net, table)) in nf_tables_dump_tables()
1536 if (!nft_is_active(net, chain)) in nf_tables_dump_chains()
2892 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules()
2947 if (!nft_is_active(net, chain)) in nf_tables_dump_rules()
3936 if (!nft_is_active(net, set)) in nf_tables_dump_sets()
6096 if (!nft_is_active(net, obj)) in nf_tables_dump_obj()
7000 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1334 #define nft_is_active(__net, __obj) \ macro