Searched refs:arpreq (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | arp.c | 1008 static struct net_device *arp_req_dev_by_name(struct net *net, struct arpreq *r, in arp_req_dev_by_name() 1030 static struct net_device *arp_req_dev(struct net *net, struct arpreq *r) in arp_req_dev() 1074 static int arp_req_set_public(struct net *net, struct arpreq *r, in arp_req_set_public() 1096 static int arp_req_set(struct net *net, struct arpreq *r) in arp_req_set() 1166 static int arp_req_get(struct net *net, struct arpreq *r) in arp_req_get() 1227 static int arp_req_delete_public(struct net *net, struct arpreq *r, in arp_req_delete_public() 1241 static int arp_req_delete(struct net *net, struct arpreq *r) in arp_req_delete() 1264 struct arpreq r; in arp_ioctl() 1275 err = copy_from_user(&r, arg, sizeof(struct arpreq)); in arp_ioctl()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_arp.h | 117 struct arpreq { struct
|
| /linux-6.15/drivers/net/vmxnet3/ |
| H A D | vmxnet3_drv.c | 4387 u8 *arpreq; in vmxnet3_suspend() local 4448 arpreq = (u8 *)(ahdr + 1); in vmxnet3_suspend() 4451 arpreq += 2 * ETH_ALEN + sizeof(u32); in vmxnet3_suspend() 4452 *(__be32 *)arpreq = ifa->ifa_address; in vmxnet3_suspend()
|