Home
last modified time | relevance | path

Searched refs:arp_mc_map (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/net/ !
Darp.h66 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
/linux-6.1.9/net/ipv4/ !
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()
Digmp.c1151 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_add()
1164 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_del()