Lines Matching defs:hw_dst
254 * batadv_arp_hw_dst() - extract the hw_dst field from an ARP packet
258 * Return: the value of the hw_dst field in the ARP packet.
1006 u8 *hw_src, *hw_dst;
1055 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1056 if (is_zero_ether_addr(hw_dst) ||
1057 is_multicast_ether_addr(hw_dst))
1098 * @hw_dst: Ethernet destination and ARP target MAC
1108 __be32 ip_dst, u8 *hw_src, u8 *hw_dst,
1114 ip_src, hw_dst, hw_src, hw_dst);
1303 u8 *hw_src, *hw_dst;
1320 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1324 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1351 u8 *hw_src, *hw_dst;
1368 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1380 hw_src, &ip_src, hw_dst, &ip_dst,
1389 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1411 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid);
1622 * @hw_dst: the DHCP server MAC address
1630 * transmitter (and hw_dst/ip_dst as the target).
1633 __be32 yiaddr, u8 *hw_dst, __be32 ip_dst,
1639 hw_dst, vid);
1646 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1657 &ip_dst, hw_dst, batadv_print_vid(vid));