Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.h183 int nft_rule_flush(struct nft_handle *h, const char *chain, const char *table, bool verbose);
Dnft.c1724 int nft_rule_flush(struct nft_handle *h, const char *chain, const char *table, in nft_rule_flush() function
1735 nft_fn = nft_rule_flush; in nft_rule_flush()
3108 ret = nft_rule_flush(h, cmd->chain, cmd->table, in nft_prepare()