Searched refs:IP6T_MATCH_ITERATE (Results 1 – 3 of 3) sorted by relevance
/third_party/iptables/libiptc/ |
D | libip6tc.c | 182 IP6T_MATCH_ITERATE(e, print_match); in dump_entry() 240 if (IP6T_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr)) in is_same()
|
/third_party/iptables/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 54 #define IP6T_MATCH_ITERATE(e, fn, args...) \ macro
|
/third_party/iptables/iptables/ |
D | ip6tables.c | 436 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); in print_firewall() 922 IP6T_MATCH_ITERATE(e, print_match_save, &e->ipv6); in print_rule6()
|