Home
last modified time | relevance | path

Searched refs:xtables_option_tfcall (Results 1 – 10 of 10) sorted by relevance

/external/iptables/iptables/
Dxtables-eb-translate.c535 xtables_option_tfcall(match->u.watcher); in do_commandeb_xlate()
539 xtables_option_tfcall(cs.target); in do_commandeb_xlate()
Dxtables-eb.c1188 xtables_option_tfcall(match->u.watcher); in do_commandeb()
1192 xtables_option_tfcall(cs.target); in do_commandeb()
Dxtables-arp.c821 xtables_option_tfcall(cs.target); in do_commandarp()
Dxtables.c890 xtables_option_tfcall(cs->target); in do_parse()
Dip6tables.c1475 xtables_option_tfcall(cs.target); in do_command6()
Diptables.c1463 xtables_option_tfcall(cs.target); in do_command4()
/external/iproute2/tc/
Dm_xt.c251 xtables_option_tfcall(m);
/external/iproute2/include/
Dxtables.h541 extern void xtables_option_tfcall(struct xtables_target *);
/external/iptables/include/
Dxtables.h621 extern void xtables_option_tfcall(struct xtables_target *);
/external/iptables/libxtables/
Dxtoptions.c1053 void xtables_option_tfcall(struct xtables_target *t) in xtables_option_tfcall() function