Home | History | Annotate | Download | only in iptables

Lines Matching defs:modprobe

53 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
136 { "modprobe", 1, 0, 'M' },
201 const char *modprobe = NULL;
476 " --modprobe=<command> try to insert modules using this command\n"
1153 load_iptables_ko(modprobe);
1818 int iptables_insmod(const char *modname, const char *modprobe)
1825 if (!modprobe) {
1829 modprobe = buf;
1834 argv[0] = (char *)modprobe;
1854 int load_iptables_ko(const char *modprobe)
2269 modprobe = optarg;
2447 if (!*handle && load_iptables_ko(modprobe) != -1)