Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Darp.c995 static int arp_req_set_public(struct net *net, struct arpreq *r, in arp_req_set_public()
1018 static int arp_req_set(struct net *net, struct arpreq *r, in arp_req_set()
1091 static int arp_req_get(struct arpreq *r, struct net_device *dev) in arp_req_get()
1133 static int arp_req_delete_public(struct net *net, struct arpreq *r, in arp_req_delete_public()
1148 static int arp_req_delete(struct net *net, struct arpreq *r, in arp_req_delete()
1176 struct arpreq r; in arp_ioctl()
1186 err = copy_from_user(&r, arg, sizeof(struct arpreq)); in arp_ioctl()
/Linux-v5.4/include/uapi/linux/
Dif_arp.h116 struct arpreq { struct
/Linux-v5.4/drivers/net/vmxnet3/
Dvmxnet3_drv.c3619 u8 *arpreq; in vmxnet3_suspend() local
3681 arpreq = (u8 *)(ahdr + 1); in vmxnet3_suspend()
3684 arpreq += 2 * ETH_ALEN + sizeof(u32); in vmxnet3_suspend()
3685 *(__be32 *)arpreq = ifa->ifa_address; in vmxnet3_suspend()