Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnfnetlink_hook.c124 if (!nft_is_active(net, chain)) in nfnl_hook_put_nft_chain_info()
Dnf_tables_api.c1064 if (!nft_is_active(net, table)) in nf_tables_dump_tables()
1901 if (!nft_is_active(net, chain)) in nf_tables_dump_chains()
3464 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules()
3536 if (!nft_is_active(net, chain)) in nf_tables_dump_rules()
4609 if (!nft_is_active(net, set)) in nf_tables_dump_sets()
6428 if (!nft_is_active(net, ext)) in nft_setelem_catchall_deactivate()
7652 if (!nft_is_active(net, obj)) in nf_tables_dump_obj()
8622 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1472 #define nft_is_active(__net, __obj) \ macro