Home
last modified time | relevance | path

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

/third_party/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()
/third_party/iptables/include/
Dxtables.h458 extern int xtables_load_ko(const char *, bool);
/third_party/iptables/libxtables/
Dxtables.c460 int xtables_load_ko(const char *modprobe, bool quiet) in xtables_load_ko() function
915 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()