Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-save.c83 xtables_load_ko(xtables_modprobe_program, false); in do_output()
154 xtables_modprobe_program = optarg; in do_iptables_save()
Diptables-restore.c76 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
139 xtables_modprobe_program = optarg; in ip46tables_restore_main()
Dxtables-save.c166 xtables_modprobe_program = optarg; in xtables_save_main()
Dxtables-restore.c330 xtables_modprobe_program = optarg; in xtables_restore_main()
Dip6tables.c730 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c723 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
Dxshared.c1875 xtables_modprobe_program = optarg; in do_parse()
/external/iproute2/include/
Dxtables.h413 extern const char *xtables_modprobe_program;
/external/iptables/include/
Dxtables.h456 extern const char *xtables_modprobe_program;
/external/iptables/libxtables/
Dxtables.c211 const char *xtables_modprobe_program; variable
1044 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()