Searched refs:flush_entries (Results 1 - 8 of 8) sorted by relevance

/external/iproute2/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
H A Diptables.h173 extern int flush_entries(const ipt_chainlabel chain, int verbose,
/external/iptables/include/
H A Dip6tables.h175 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
H A Diptables.h188 extern int flush_entries(const ipt_chainlabel chain, int verbose,
/external/iptables/
H A Dip6tables-restore.c210 for_each_chain(flush_entries, verbose, 1,
H A Diptables-restore.c213 for_each_chain(flush_entries, verbose, 1,
H A Dip6tables.c1633 flush_entries(const ip6t_chainlabel chain, int verbose, function
1637 return for_each_chain(flush_entries, verbose, 1, handle);
2462 ret = flush_entries(chain, options&OPT_VERBOSE, handle);
H A Diptables.c1702 flush_entries(const ipt_chainlabel chain, int verbose, function
1706 return for_each_chain(flush_entries, verbose, 1, handle);
2564 ret = flush_entries(chain, options&OPT_VERBOSE, handle);

Completed in 55 milliseconds