Home
last modified time | relevance | path

Searched refs:xtables_matches (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/include/
Dxt-internal.h57 extern struct xtables_match *xtables_matches;
Dxtables.h414 extern struct xtables_match *xtables_matches;
/external/iptables/libxtables/
Dxtables.c197 struct xtables_match *xtables_matches; variable
648 for (ptr = xtables_matches; ptr; ptr = ptr->next) { in xtables_find_match()
978 for (i = &xtables_matches; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_match()
990 for (i = &xtables_matches; *i; i = &(*i)->next); in xtables_fully_register_pending_match()
/external/iptables/include/
Dxtables.h447 extern struct xtables_match *xtables_matches;
/external/iptables/iptables/
Dxtables-eb.c766 for (m = xtables_matches; m; m = m->next) in do_commandeb()
1248 for (m = xtables_matches; m; m = m->next) { in do_commandeb()
Dxtables.c707 for (m = xtables_matches; m; m = m->next) in do_parse()
Dip6tables.c1367 for (m = xtables_matches; m; m = m->next) in do_command6()
Diptables.c1361 for (m = xtables_matches; m; m = m->next) in do_command4()