Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-save.c84 xtables_load_ko(xtables_modprobe_program, false); in do_output()
Diptables-restore.c81 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
Dip6tables.c1523 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c1511 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
/external/iproute2/include/
Dxtables.h424 extern int xtables_load_ko(const char *, bool);
/external/iptables/include/
Dxtables.h458 extern int xtables_load_ko(const char *, bool);
/external/iptables/libxtables/
Dxtables.c463 int xtables_load_ko(const char *modprobe, bool quiet) in xtables_load_ko() function
920 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()