Searched refs:flush_entries6 (Results 1 – 4 of 4) 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/iproute2/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 | 324 for_each_chain6(flush_entries6, verbose, 1, in ip6tables_restore_main()
|
D | ip6tables.c | 893 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6() function 897 return for_each_chain6(flush_entries6, verbose, 1, handle); in flush_entries6() 1909 ret = flush_entries6(chain, cs.options&OPT_VERBOSE, *handle); in do_command6()
|