Home
last modified time | relevance | path

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

/third_party/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()
Diptables.c1385 xtables_modprobe_program = optarg; in do_command4()
1511 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
Dip6tables.c1393 xtables_modprobe_program = optarg; in do_command6()
1523 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Dxtables.c808 xtables_modprobe_program = optarg; in do_parse()
/third_party/iptables/include/
Dxtables.h446 extern const char *xtables_modprobe_program;
/third_party/iptables/libxtables/
Dxtables.c195 const char *xtables_modprobe_program; variable
915 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()