Home
last modified time | relevance | path

Searched refs:load_iptables_ko (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Diptables_common.h31 extern int load_iptables_ko(const char *modprobe);
/external/iptables/include/
Diptables_common.h31 extern int load_iptables_ko(const char *modprobe);
/external/iptables/
Diptables.c1153 load_iptables_ko(modprobe); in compatible_revision()
1854 int load_iptables_ko(const char *modprobe) in load_iptables_ko() function
2447 if (!*handle && load_iptables_ko(modprobe) != -1) in do_command()