IPv6: use ipv6_addr_v4mapped()
authorBrian Haley <brian.haley@hp.com>
Mon, 9 Nov 2009 12:05:53 +0000 (12:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Nov 2009 04:54:44 +0000 (20:54 -0800)
commit856540ee3116ac04a49bc06c2f30f54dd3faf7db
tree842262f8d70efbc0ca73988370494a08bd52acad
parent246c65add098a5ec14310ea17f39fdd57ff8407d
IPv6: use ipv6_addr_v4mapped()

Change udp6_portaddr_hash() to use ipv6_addr_v4mapped()
inline instead of ipv6_addr_type().

Signed-off-by: Brian Haley <brian.haley@hp.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c