Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxtables.h542 extern void xtables_option_mfcall(struct xtables_match *);
/external/iptables/include/
Dxtables.h622 extern void xtables_option_mfcall(struct xtables_match *);
/external/iptables/iptables/
Dxtables-eb-translate.c529 xtables_option_mfcall(xtrm_i->match); in do_commandeb_xlate()
Dxtables-eb.c1182 xtables_option_mfcall(xtrm_i->match); in do_commandeb()
Dxtables.c888 xtables_option_mfcall(matchp->match); in do_parse()
Dip6tables.c1473 xtables_option_mfcall(matchp->match); in do_command6()
Diptables.c1461 xtables_option_mfcall(matchp->match); in do_command4()
/external/iptables/libxtables/
Dxtoptions.c1074 void xtables_option_mfcall(struct xtables_match *m) in xtables_option_mfcall() function