Home
last modified time | relevance | path

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

/external/iptables/include/
Dip6tables.h14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
/external/iproute2/include/
Dip6tables.h14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
/external/iptables/iptables/
Diptables-restore.c401 .flush_entries = flush_entries6,
Dip6tables.c682 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6() function
686 return for_each_chain6(flush_entries6, verbose, 1, handle); in flush_entries6()
1642 ret = flush_entries6(chain, cs.options&OPT_VERBOSE, *handle); in do_command6()