Searched refs:nft_is_active (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nfnetlink_hook.c | 77 if (!nft_is_active(net, chain)) in nfnl_hook_put_nft_chain_info()
|
D | nft_set_rbtree.c | 480 !nft_is_active(net, &rbe->ext)) { in nft_rbtree_flush()
|
D | nft_set_hash.c | 200 !nft_is_active(net, &he->ext)) { in nft_rhash_flush()
|
D | nf_tables_api.c | 914 if (!nft_is_active(net, table)) in nf_tables_dump_tables() 1731 if (!nft_is_active(net, chain)) in nf_tables_dump_chains() 3126 if (!nft_is_active(net, rule)) in __nf_tables_dump_rules() 3188 if (!nft_is_active(net, chain)) in nf_tables_dump_rules() 4175 if (!nft_is_active(net, set)) in nf_tables_dump_sets() 5871 if (!nft_is_active(net, ext) || in nft_setelem_catchall_deactivate() 7079 if (!nft_is_active(net, obj)) in nf_tables_dump_obj() 8011 if (!nft_is_active(net, flowtable)) in nf_tables_dump_flowtable()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_tables.h | 1460 #define nft_is_active(__net, __obj) \ macro
|