Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-save.c65 xtables_load_ko(xtables_modprobe_program, false); in do_output()
Dip6tables-save.c67 xtables_load_ko(xtables_modprobe_program, false); in do_output()
Diptables-restore.c74 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
Dip6tables-restore.c75 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
Dip6tables.c1790 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c1777 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.h457 extern int xtables_load_ko(const char *, bool);
/external/iptables/libxtables/
Dxtables.c418 int xtables_load_ko(const char *modprobe, bool quiet) in xtables_load_ko() function
800 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()