Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c2767 static int nft_is_chain_compatible(const char *table, const char *chain) in nft_is_chain_compatible() function
2812 if (nft_is_chain_compatible(table, name) == 1) { in nft_are_chains_compatible()