Home
last modified time | relevance | path

Searched refs:xtrm_i (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/iptables/
Dxtables-eb-translate.c209 struct xtables_rule_match *xtrm_i; in do_commandeb_xlate() local
528 for (xtrm_i = cs.matches; xtrm_i; xtrm_i = xtrm_i->next) in do_commandeb_xlate()
529 xtables_option_mfcall(xtrm_i->match); in do_commandeb_xlate()
Dxtables-eb.c742 struct xtables_rule_match *xtrm_i; in do_commandeb() local
1181 for (xtrm_i = cs.matches; xtrm_i; xtrm_i = xtrm_i->next) in do_commandeb()
1182 xtables_option_mfcall(xtrm_i->match); in do_commandeb()