Searched refs:NFT_CL_CHAINS (Results 1 – 4 of 4) sorted by relevance
/third_party/iptables/iptables/ |
D | nft-cmd.c | 89 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()
|
D | nft.h | 35 NFT_CL_CHAINS, enumerator
|
D | nft-cache.c | 577 if (req->level >= NFT_CL_CHAINS) in __nft_build_cache()
|
D | nft.c | 788 if (h->cache_req.level < NFT_CL_CHAINS) in nft_xt_builtin_init()
|