Searched refs:invmap (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.c44 static const u_int8_t invmap[] = { variable
58 if (orig->dst.u.icmp.type >= sizeof(invmap)
59 || !invmap[orig->dst.u.icmp.type])
63 tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;
306 if (tuple->dst.u.icmp.type >= sizeof(invmap)
307 || !invmap[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.c49 static u_int8_t invmap[] = { variable
60 if (type < 0 || type >= sizeof(invmap) || !invmap[type])
64 tuple->dst.u.icmp.type = invmap[type] - 1;
280 || tuple->dst.u.icmp.type - 128 >= sizeof(invmap)
281 || !invmap[tuple->dst.u.icmp.type - 128])

Completed in 55 milliseconds