Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c2769 const char *cur_table; in nft_is_chain_compatible() local
2774 cur_table = xtables_ipv4[i].name; in nft_is_chain_compatible()
2777 if (strcmp(table, cur_table) != 0) in nft_is_chain_compatible()