Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Darp.h64 const unsigned char *dest_hw,
72 const unsigned char *dest_hw,
/Linux-v6.1/net/bridge/
Dbr_arp_nd_proxy.c45 const unsigned char *dest_hw, in br_arp_send() argument
55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send()
59 dest_hw, src_hw, target_hw); in br_arp_send()
64 dest_hw, src_hw, target_hw); in br_arp_send()
/Linux-v6.1/net/ipv4/
Darp.c303 const unsigned char *dest_hw, in arp_send_dst() argument
315 dest_hw, src_hw, target_hw); in arp_send_dst()
325 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send() argument
328 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
546 const unsigned char *dest_hw, in arp_create() argument
571 if (!dest_hw) in arp_create()
572 dest_hw = dev->broadcast; in arp_create()
577 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()