HomeSort by relevance Sort by last modified time
    Searched refs:modprobe (Results 1 - 7 of 7) sorted by null

  /external/iproute2/include/
xt-internal.h 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
51 extern int load_xtables_ko(const char *modprobe, int quiet);
iptables_common.h 30 extern int iptables_insmod(const char *modname, const char *modprobe);
31 extern int load_iptables_ko(const char *modprobe);
ip6tables.h 139 extern int ip6tables_insmod(const char *modname, const char *modprobe);
  /external/iptables/iptables/
xtables.c 61 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
336 if (!modprobe) {
340 modprobe = buf;
351 argv[0] = (char *)modprobe;
394 int xtables_load_ko(const char *modprobe, bool quiet)
407 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 479 MP=/sbin/modprobe
    [all...]
  /external/oprofile/utils/
opcontrol 210 modprobe oprofile
240 modprobe oprofile
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 97 milliseconds