Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c3484 static int nft_is_chain_compatible(struct nft_chain *nc, void *data) in nft_is_chain_compatible() function
3527 return c && !nft_is_chain_compatible(c, h); in nft_is_table_compatible()
3530 return !nft_chain_foreach(h, table, nft_is_chain_compatible, h); in nft_is_table_compatible()