Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-save.c111 if (!nft_table_find(h, tablename) && in do_output()
Dnft.h135 bool nft_table_find(struct nft_handle *h, const char *tablename);
Dnft.c1739 else if (!nft_table_find(h, table)) in nft_rule_flush()
1962 bool nft_table_find(struct nft_handle *h, const char *tablename) in nft_table_find() function
2710 exists = nft_table_find(h, tablename); in nft_refresh_transaction()