ipv6_dev_mc_inc   141 include/net/addrconf.h extern int ipv6_dev_mc_inc(struct net_device *dev, const struct in6_addr *addr);
ipv6_dev_mc_inc   427 net/ipv6/addrconf.c 	ipv6_dev_mc_inc(dev, &in6addr_linklocal_allnodes);
ipv6_dev_mc_inc   461 net/ipv6/addrconf.c 			ipv6_dev_mc_inc(dev, &in6addr_linklocal_allrouters);
ipv6_dev_mc_inc  1461 net/ipv6/addrconf.c 	ipv6_dev_mc_inc(dev, &maddr);
ipv6_dev_mc_inc   229 net/ipv6/mcast.c 	err = ipv6_dev_mc_inc(dev, addr);
ipv6_dev_mc_inc   424 net/ipv6/ndisc.c 	ipv6_dev_mc_inc(dev, &maddr);