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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c59 find_proto(const char *pname, enum xtables_tryload tryload, function
93 if (find_proto(cs->protocol, XTF_DONT_LOAD,
103 return find_proto(cs->protocol, XTF_TRY_LOAD,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c826 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) function
2263 && (!find_proto(protocol, DONT_LOAD,
2265 || (find_proto(protocol, DONT_LOAD,
2269 && (m = find_proto(protocol, TRY_LOAD,
H A Diptables.c803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) function
2352 && (!find_proto(protocol, DONT_LOAD,
2354 || (find_proto(protocol, DONT_LOAD,
2358 && (m = find_proto(protocol, TRY_LOAD,

Completed in 95 milliseconds