Searched refs:ndisc_mc_map (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | ndisc.h | 194 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
|
/linux-4.4.14/net/ipv6/ |
D | ndisc.c | 269 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev, int dir) in ndisc_mc_map() function 293 EXPORT_SYMBOL(ndisc_mc_map); 332 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.4.14/drivers/s390/net/ |
D | qeth_l3_main.c | 1608 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0); in qeth_l3_add_mc6() 1785 ndisc_mc_map((struct in6_addr *) in qeth_l3_rebuild_skb()
|