Searched refs:assert_chain_exists (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | nft.c | 3406 static void assert_chain_exists(struct nft_handle *h, in assert_chain_exists() function 3451 assert_chain_exists(h, cmd->table, cmd->jumpto); in nft_prepare() 3456 assert_chain_exists(h, cmd->table, cmd->jumpto); in nft_prepare() 3462 assert_chain_exists(h, cmd->table, cmd->jumpto); in nft_prepare() 3468 assert_chain_exists(h, cmd->table, cmd->jumpto); in nft_prepare() 3487 assert_chain_exists(h, cmd->table, cmd->jumpto); in nft_prepare()
|