Searched defs:modprobe (Results 1 - 1 of 1) sorted by relevance

/external/iptables/iptables/
H A Dxtables.c61 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
336 if (!modprobe) {
340 modprobe = buf;
351 argv[0] = (char *)modprobe;
394 int xtables_load_ko(const char *modprobe, bool quiet) argument
407 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);

Completed in 54 milliseconds