Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnfnetlink_hook.c124 if (!nft_is_active(net, chain)) in nfnl_hook_put_nft_chain_info()
Dnf_tables_api.c1127 if (!nft_is_active(net, table)) in nf_tables_dump_tables()
1998 if (!nft_is_active(net, chain)) in nf_tables_dump_chains()
3590 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules()
3654 if (!nft_is_active(net, chain)) in nf_tables_dump_rules()
4806 if (!nft_is_active(net, set)) in nf_tables_dump_sets()
8021 if (!nft_is_active(net, obj)) in nf_tables_dump_obj()
9041 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1557 #define nft_is_active(__net, __obj) \ macro