Searched refs:ndisc_mc_map (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/net/ |
D | ndisc.h | 196 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 267 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev, int dir) in ndisc_mc_map() function 291 EXPORT_SYMBOL(ndisc_mc_map); 330 ndisc_mc_map(addr, neigh->ha, dev, 1); in ndisc_constructor()
|
D | mcast.c | 654 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_added() 684 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_dropped()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 1714 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0); in qeth_l3_add_mc6() 1891 ndisc_mc_map((struct in6_addr *) in qeth_l3_rebuild_skb()
|