Searched refs:flush_entries (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/include/ |
D | ip6tables.h | 137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
|
D | iptables.h | 173 extern int flush_entries(const ipt_chainlabel chain, int verbose,
|
/external/iptables/include/ |
D | ip6tables.h | 175 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
|
D | iptables.h | 188 extern int flush_entries(const ipt_chainlabel chain, int verbose,
|
/external/iptables/ |
D | iptables-restore.c | 213 for_each_chain(flush_entries, verbose, 1, in iptables_restore_main()
|
D | ip6tables-restore.c | 210 for_each_chain(flush_entries, verbose, 1, in main()
|
D | iptables.c | 1702 flush_entries(const ipt_chainlabel chain, int verbose, in flush_entries() function 1706 return for_each_chain(flush_entries, verbose, 1, handle); in flush_entries() 2564 ret = flush_entries(chain, options&OPT_VERBOSE, handle); in do_command()
|
D | ip6tables.c | 1633 flush_entries(const ip6t_chainlabel chain, int verbose, in flush_entries() function 1637 return for_each_chain(flush_entries, verbose, 1, handle); in flush_entries() 2462 ret = flush_entries(chain, options&OPT_VERBOSE, handle); in do_command6()
|