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/include/
Dxtables.h447 extern struct xtables_match *xtables_matches;
/external/iptables/iptables/
Dxtables-eb.c656 for (m = xtables_matches; m; m = m->next) { in ebt_command_default()
709 for (match = xtables_matches; match; match = match->next) { in nft_fini_eb()
Dxtables.c481 for (m = xtables_matches; m; m = m->next) in do_parse()
Diptables.c1088 for (m = xtables_matches; m; m = m->next) in do_command4()
Dip6tables.c1093 for (m = xtables_matches; m; m = m->next) in do_command6()
/external/iptables/libxtables/
Dxtables.c205 struct xtables_match *xtables_matches; variable
703 for (ptr = xtables_matches; ptr; ptr = ptr->next) { in xtables_find_match()
1131 for (i = &xtables_matches; *i; i = &(*i)->next); in xtables_fully_register_pending_match()