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

/external/iptables/libxtables/
H A Dxtables.c69 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
344 if (!modprobe) {
348 modprobe = buf;
359 argv[0] = (char *)modprobe;
403 int xtables_load_ko(const char *modprobe, bool quiet) argument
416 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);

Completed in 102 milliseconds