Home
last modified time | relevance | path

Searched refs:nft_is_active_next (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_tables_api.c684 if (nft_is_active_next(ctx->net, rule)) { in nf_tables_delrule_deactivate()
748 if (!nft_is_active_next(ctx->net, rule)) in nft_delrule_by_chain()
1319 if (!nft_is_active_next(net, chain)) in nft_netlink_dump_start_rcu()
1337 if (!nft_is_active_next(net, chain)) in nf_tables_gettable()
1638 if (!nft_is_active_next(ctx->net, chain)) in nf_tables_newtable()
1652 if (!nft_is_active_next(ctx->net, set)) in nf_tables_newtable()
1664 if (!nft_is_active_next(ctx->net, flowtable)) in nf_tables_newtable()
1673 if (!nft_is_active_next(ctx->net, obj)) in nf_tables_newtable()
1682 if (!nft_is_active_next(ctx->net, chain)) in nft_flush_table()
1713 if (!nft_is_active_next(ct in nft_flush_table()
[all...]
/linux/include/net/netfilter/
H A Dnf_tables.h1579 #define nft_is_active_next(__net, __obj) \
1591 #define nft_is_active_next( global() macro