]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ab8bc899fd570ebfb432aa676e3cf18547f243a
treeca0ba6274d94c1ce31a51a296a7032bb43a1cc08
parent475f66fb89c102e42ef18202af88853be075095d
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