Searched refs:arp_mc_map (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | arp.h | 72 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | arp.h | 66 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 186 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir) in arp_mc_map() function 270 arp_mc_map(addr, neigh->ha, dev, 1); in arp_constructor()
|
H A D | igmp.c | 1154 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_add() 1167 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_del()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 187 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir) in arp_mc_map() function 271 arp_mc_map(addr, neigh->ha, dev, 1); in arp_constructor()
|
H A D | igmp.c | 1154 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_add() 1167 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_del()
|
Completed in 12 milliseconds