Home
last modified time | relevance | path

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

/external/iproute2/include/
Dxtables.h542 extern void xtables_option_mfcall(struct xtables_match *);
/external/iptables/include/
Dxtables.h575 extern void xtables_option_mfcall(struct xtables_match *);
/external/iptables/iptables/
Dxtables-eb.c1305 xtables_option_mfcall(xtrm_i->match); in do_commandeb()
Dxtables.c1104 xtables_option_mfcall(matchp->match); in do_parse()
Dip6tables.c1740 xtables_option_mfcall(matchp->match); in do_command6()
Diptables.c1727 xtables_option_mfcall(matchp->match); in do_command4()
/external/iptables/libxtables/
Dxtoptions.c1090 void xtables_option_mfcall(struct xtables_match *m) in xtables_option_mfcall() function