Home
last modified time | relevance | path

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

/external/iptables/include/
Diptables.h14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
/external/iproute2/include/
Diptables.h14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
/external/iptables/iptables/
Diptables-restore.c367 .flush_entries = flush_entries4,
Diptables.c673 flush_entries4(const xt_chainlabel chain, int verbose, in flush_entries4() function
677 return for_each_chain4(flush_entries4, verbose, 1, handle); in flush_entries4()
1632 ret = flush_entries4(chain, cs.options&OPT_VERBOSE, *handle); in do_command4()