Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-save.c84 xtables_load_ko(xtables_modprobe_program, false); in do_output()
155 xtables_modprobe_program = optarg; in do_iptables_save()
Diptables-restore.c81 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
141 xtables_modprobe_program = optarg; in ip46tables_restore_main()
Dxtables-save.c163 xtables_modprobe_program = optarg; in xtables_save_main()
Dxtables-restore.c328 xtables_modprobe_program = optarg; in xtables_restore_main()
Dip6tables.c1393 xtables_modprobe_program = optarg; in do_command6()
1523 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c1385 xtables_modprobe_program = optarg; in do_command4()
1511 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
Dxtables.c808 xtables_modprobe_program = optarg; in do_parse()
/external/iproute2/include/
Dxtables.h413 extern const char *xtables_modprobe_program;
/external/iptables/include/
Dxtables.h446 extern const char *xtables_modprobe_program;
/external/iptables/libxtables/
Dxtables.c198 const char *xtables_modprobe_program; variable
920 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()