ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Sun, 13 Jan 2013 05:02:18 +0000 (05:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jan 2013 01:17:14 +0000 (20:17 -0500)
commitdaad151263cf334d57fcc0270e2483d4b4639650
treeca0ba6274d94c1ce31a51a296a7032bb43a1cc08
parente7219858ac1f98213a4714d0e24e7a003e1bf6a2
ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().

Move generalized version of ipv6_is_mld() to header,
and use it from ip6_mc_input().

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
net/ipv6/ip6_input.c
net/ipv6/mcast.c