Home
last modified time | relevance | path

Searched refs:NFT_CL_CHAINS (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/iptables/
Dnft-cmd.c89 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_rule_bridge()
124 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_rule_insert()
171 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_rule_flush()
188 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_zero_counters()
203 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_user_add()
224 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_user_del()
241 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_user_rename()
309 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_set()
343 nft_cache_level_set(h, NFT_CL_CHAINS, cmd); in nft_cmd_chain_restore()
Dnft.h35 NFT_CL_CHAINS, enumerator
Dnft-cache.c577 if (req->level >= NFT_CL_CHAINS) in __nft_build_cache()
Dnft.c788 if (h->cache_req.level < NFT_CL_CHAINS) in nft_xt_builtin_init()