Searched refs:ndisc_mc_map (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| A D | ndisc.h | 452 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev,
|
| /linux/drivers/net/bonding/ |
| A D | bond_options.c | 1258 if (!ndisc_mc_map(&targets[i], slot_maddr, slave->dev, 0)) { in slave_set_ns_maddrs() 1291 !ndisc_mc_map(slot, slot_maddr, slave->dev, 0)) in slave_set_ns_maddr() 1296 !ndisc_mc_map(target, target_maddr, slave->dev, 0)) in slave_set_ns_maddr()
|
| /linux/net/ipv6/ |
| A D | ndisc.c | 291 int ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev, int dir) in ndisc_mc_map() function 315 EXPORT_SYMBOL(ndisc_mc_map); 354 ndisc_mc_map(addr, neigh->ha, dev, 1); in ndisc_constructor()
|
| A D | mcast.c | 680 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_added() 715 if (ndisc_mc_map(&mc->mca_addr, buf, dev, 0) == 0) in igmp6_group_dropped()
|
Completed in 18 milliseconds