Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-save.c77 if (!nft_is_table_compatible(h, tablename, NULL)) { in __do_output()
Dnft.h262 bool nft_is_table_compatible(struct nft_handle *h,
Dnft.c3521 bool nft_is_table_compatible(struct nft_handle *h, in nft_is_table_compatible() function
3538 if (nft_is_table_compatible(h, table, chain)) in nft_assert_table_compatible()