Lines Matching defs:hw_dst
255 * batadv_arp_hw_dst() - extract the hw_dst field from an ARP packet
259 * Return: the value of the hw_dst field in the ARP packet.
1065 u8 *hw_src, *hw_dst;
1114 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1115 if (is_zero_ether_addr(hw_dst) ||
1116 is_multicast_ether_addr(hw_dst))
1157 * @hw_dst: Ethernet destination and ARP target MAC
1167 __be32 ip_dst, u8 *hw_src, u8 *hw_dst,
1173 ip_src, hw_dst, hw_src, hw_dst);
1364 u8 *hw_src, *hw_dst;
1381 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1385 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1412 u8 *hw_src, *hw_dst;
1429 hw_dst = batadv_arp_hw_dst(skb, hdr_size);
1441 hw_src, &ip_src, hw_dst, &ip_dst,
1450 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1472 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid);
1684 * @hw_dst: the DHCP server MAC address
1692 * transmitter (and hw_dst/ip_dst as the target).
1695 __be32 yiaddr, u8 *hw_dst, __be32 ip_dst,
1701 hw_dst, vid);
1708 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid);
1719 &ip_dst, hw_dst, batadv_print_vid(vid));