Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnfnetlink_hook.c76 if (!nft_is_active(net, chain)) in nfnl_hook_put_nft_chain_info()
Dnft_set_rbtree.c414 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
Dnft_set_hash.c198 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
Dnf_tables_api.c834 if (!nft_is_active(net, table)) in nf_tables_dump_tables()
1624 if (!nft_is_active(net, chain)) in nf_tables_dump_chains()
2991 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules()
3053 if (!nft_is_active(net, chain)) in nf_tables_dump_rules()
4032 if (!nft_is_active(net, set)) in nf_tables_dump_sets()
5603 if (!nft_is_active(net, ext) || in nft_setelem_catchall_deactivate()
6731 if (!nft_is_active(net, obj)) in nf_tables_dump_obj()
7651 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
/Linux-v5.15/include/net/netfilter/
Dnf_tables.h1380 #define nft_is_active(__net, __obj) \ macro