Home
last modified time | relevance | path

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

/external/iproute2/include/
Diptables_common.h30 extern int iptables_insmod(const char *modname, const char *modprobe);
/external/iptables/include/
Diptables_common.h30 extern int iptables_insmod(const char *modname, const char *modprobe);
/external/iptables/
Diptables-restore.c62 iptables_insmod("ip_tables", modprobe); in create_handle()
Diptables.c1818 int iptables_insmod(const char *modname, const char *modprobe) in iptables_insmod() function
1860 ret = iptables_insmod("ip_tables", NULL); in load_iptables_ko()