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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h162 enum ipt_tryload { enum
168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h176 enum ipt_tryload { enum
183 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c726 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches)
803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches)
1053 find_target(const char *name, enum ipt_tryload tryload)

Completed in 94 milliseconds