Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dip6tables-save.c71 xtables_load_ko(xtables_modprobe_program, false); in do_output()
155 xtables_modprobe_program = optarg; in ip6tables_save_main()
Diptables-save.c69 xtables_load_ko(xtables_modprobe_program, false); in do_output()
154 xtables_modprobe_program = optarg; in iptables_save_main()
Dip6tables-restore.c67 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
229 xtables_modprobe_program = optarg; in ip6tables_restore_main()
Diptables-restore.c67 xtables_load_ko(xtables_modprobe_program, false); in create_handle()
229 xtables_modprobe_program = optarg; in iptables_restore_main()
Dip6tables.c1624 xtables_modprobe_program = optarg; in do_command6()
1753 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command6()
Diptables.c1618 xtables_modprobe_program = optarg; in do_command4()
1750 if (!*handle && xtables_load_ko(xtables_modprobe_program, false) != -1) in do_command4()
/external/iptables/include/
Dxtables.h412 extern const char *xtables_modprobe_program;
/external/iptables/libxtables/
Dxtables.c177 const char *xtables_modprobe_program; variable
776 xtables_load_ko(xtables_modprobe_program, true); in compatible_revision()