Home
last modified time | relevance | path

Searched refs:IP6T_MATCH_ITERATE (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/libiptc/
Dlibip6tc.c182 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/
Dip6_tables.h54 #define IP6T_MATCH_ITERATE(e, fn, args...) \ macro
/third_party/iptables/iptables/
Dip6tables.c436 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()