Searched refs:valid_new (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c114 static const u_int8_t valid_new[] = { local
121 if (conntrack->tuplehash[0].tuple.dst.u.icmp.type >= sizeof(valid_new)
122 || !valid_new[conntrack->tuplehash[0].tuple.dst.u.icmp.type]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c116 static u_int8_t valid_new[] = { local
122 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) {

Completed in 109 milliseconds