Home | History | Annotate | Download | only in iptables

Lines Matching defs:modprobe

54 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
135 { "modprobe", 1, 0, 'M' },
196 const char *modprobe = NULL;
385 " --modprobe=<command> try to insert modules using this command\n"
1124 load_ip6tables_ko(modprobe);
1749 int ip6tables_insmod(const char *modname, const char *modprobe)
1756 if (!modprobe) {
1760 modprobe = buf;
1765 argv[0] = (char *)modprobe;
1785 int load_ip6tables_ko(const char *modprobe)
1791 ret = ip6tables_insmod("ip6_tables", modprobe);
2174 modprobe = optarg;
2353 if (!*handle && load_ip6tables_ko(modprobe) != -1)