Searched refs:nft_is_active (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nfnetlink_hook.c | 141 if (!nft_is_active(net, chain)) in nfnl_hook_put_nft_chain_info() 173 if (!nft_is_active(net, ft)) in nfnl_hook_put_nft_ft_info()
|
| H A D | nf_tables_api.c | 1280 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 2166 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 3814 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules() 3878 if (!nft_is_active(net, chain)) in nf_tables_dump_rules() 5112 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 8511 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 9574 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1582 #define nft_is_active(__net, __obj) \ macro
|