Home
last modified time | relevance | path

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

/third_party/iptables/include/
Dxtables.h622 extern void xtables_option_mfcall(struct xtables_match *);
/third_party/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()
/third_party/iptables/libxtables/
Dxtoptions.c1074 void xtables_option_mfcall(struct xtables_match *m) in xtables_option_mfcall() function