Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-save.c65 xtables_load_ko(xtables_modprobe_program, false); in do_output()
153 xtables_modprobe_program = optarg; in iptables_save_main()
Dip6tables-save.c67 xtables_load_ko(xtables_modprobe_program, false); in do_output()
154 xtables_modprobe_program = optarg; in ip6tables_save_main()
Diptables-restore.c74 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
243 xtables_modprobe_program = optarg; in iptables_restore_main()
Dip6tables-restore.c75 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
244 xtables_modprobe_program = optarg; in ip6tables_restore_main()
Dxtables-save.c121 xtables_modprobe_program = optarg; in xtables_save_main()
Dxtables-restore.c494 xtables_modprobe_program = optarg; in xtables_restore_main()
Dip6tables.c1660 xtables_modprobe_program = optarg; in do_command6()
1790 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c1651 xtables_modprobe_program = optarg; in do_command4()
1777 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
Dxtables.c1025 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.c190 const char *xtables_modprobe_program; variable
800 xtables_load_ko(xtables_modprobe_program, true); in xtables_compatible_revision()