Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-cache.c55 if (!cmd || !cmd->table || req->all_chains) in nft_cache_level_set()
64 req->all_chains = true; in nft_cache_level_set()
565 if (!req->all_chains) in __nft_build_cache()
724 if (t && !req->all_chains) { in nft_cache_build()
754 req->all_chains = false; in nft_release_cache()
Dnft.h82 bool all_chains; member