Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-cmd.c160 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain, in nft_cmd_rule_flush() function
319 return nft_cmd_rule_flush(h, NULL, table, verbose) && in nft_cmd_table_flush()
Dnft-cmd.h46 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain,
Dxtables-arp.c920 ret = nft_cmd_rule_flush(h, chain, *table, options & OPT_VERBOSE); in do_commandarp()
Dxtables-eb.c1221 ret = nft_cmd_rule_flush(h, chain, *table, 0); in do_commandeb()
Dxtables.c995 ret = nft_cmd_rule_flush(h, p.chain, p.table, in do_commandx()