Searched refs:xtables_insmod (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
/external/iptables/include/
H A Dxtables.h422 extern int xtables_insmod(const char *, const char *, bool);
/external/iptables/libxtables/
H A Dxtables.c337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) function
416 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);

Completed in 633 milliseconds