HomeSort by relevance Sort by last modified time
    Searched refs:for_each_chain6 (Results 1 - 3 of 3) sorted by null

  /external/iptables/include/
ip6tables.h 13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
  /external/iptables/iptables/
ip6tables-restore.c 230 for_each_chain6(flush_entries6, verbose, 1,
235 for_each_chain6(delete_chain6, verbose, 0,
ip6tables.c 858 for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), function
898 return for_each_chain6(flush_entries6, verbose, 1, handle);
910 return for_each_chain6(zero_entries, verbose, 1, handle);
922 return for_each_chain6(delete_chain6, verbose, 0, handle);
    [all...]

Completed in 36 milliseconds