ipv6: bool conversions phase1
authorEric Dumazet <edumazet@google.com>
Fri, 18 May 2012 06:14:11 +0000 (08:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 May 2012 06:24:13 +0000 (02:24 -0400)
commit92113bfde2f0982daa5a372d67b62f3d55bbc88a
treeb5170e0f77f259c231cd105d7035203f1fa0bc1f
parentcbc264cacd08e51fd4a64b5d5b1ba48f523990d1
ipv6: bool conversions phase1

ipv6_opt_accepted() returns a bool, and can use const pointers

ipv6_addr_equal(), ipv6_addr_any(), ipv6_addr_loopback(),
ipv6_addr_orchid() return a bool.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/af_inet6.c
net/ipv6/ip6_tunnel.c