Searched refs:flush_entries6 (Results 1 – 3 of 3) sorted by relevance
/external/iptables/include/ |
D | ip6tables.h | 14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
|
/external/iptables/iptables/ |
D | ip6tables-restore.c | 297 for_each_chain6(flush_entries6, verbose, 1, in ip6tables_restore_main()
|
D | ip6tables.c | 856 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()
|