Home
last modified time | relevance | path

Searched refs:print_match_save (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxshared.h233 int print_match_save(const struct xt_entry_match *e, const void *ip);
Dip6tables.c530 IP6T_MATCH_ITERATE(e, print_match_save, &e->ipv6); in print_rule6()
Diptables.c525 IPT_MATCH_ITERATE(e, print_match_save, &e->ip); in print_rule4()
Dxshared.c1118 int print_match_save(const struct xt_entry_match *e, const void *ip) in print_match_save() function