Home
last modified time | relevance | path

Searched refs:arp_mc_map (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Darp.h72 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
/kernel/linux/linux-6.6/include/net/
H A Darp.h66 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c186 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 Digmp.c1154 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 Darp.c187 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 Digmp.c1154 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