Home
last modified time | relevance | path

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

/external/iptables/include/
Dip6tables.h14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
/external/iptables/iptables/
Dip6tables-restore.c297 for_each_chain6(flush_entries6, verbose, 1, in ip6tables_restore_main()
Dip6tables.c856 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6() function
860 return for_each_chain6(flush_entries6, verbose, 1, handle); in flush_entries6()
1871 ret = flush_entries6(chain, cs.options&OPT_VERBOSE, *handle); in do_command6()