Searched refs:xtables_insmod (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | xt-internal.h | 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
|
D | xtables.h | 423 extern int xtables_insmod(const char *, const char *, bool);
|
/external/iptables/include/ |
D | xtables.h | 456 extern int xtables_insmod(const char *, const char *, bool);
|
/external/iptables/libxtables/ |
D | xtables.c | 356 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()
|