Home
last modified time | relevance | path

Searched refs:xtables_insmod (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/
Dxt-internal.h50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
Dxtables.h423 extern int xtables_insmod(const char *, const char *, bool);
/external/iptables/include/
Dxtables.h456 extern int xtables_insmod(const char *, const char *, bool);
/external/iptables/libxtables/
Dxtables.c356 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) in xtables_insmod() function
431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet); in xtables_load_ko()