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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_proto_icmp.c29 static u_int8_t invmap[] local
39 if (orig->dst.u.icmp.type >= sizeof(invmap)
40 || !invmap[orig->dst.u.icmp.type])
44 tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_proto_icmp.c29 static u_int8_t invmap[] local
39 if (orig->dst.u.icmp.type >= sizeof(invmap)
40 || !invmap[orig->dst.u.icmp.type])
44 tuple->dst.u.icmp.type = invmap[orig->dst.u.icmp.type] - 1;

Completed in 60 milliseconds