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 | 1274 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 2224 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 3913 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules() 3977 if (!nft_is_active(net, chain)) in nf_tables_dump_rules() 5166 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 8506 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 9557 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1585 #define nft_is_active(__net, __obj) \ macro
|