Lines Matching defs:hw_src
348 u8 *hw_src;
382 hw_src = (u8 *)ethhdr + ETH_HLEN + sizeof(struct arphdr);
399 ether_addr_copy(hw_src, mac);
408 ether_addr_copy(hw_src, mac);
418 ether_addr_copy(hw_src, mac);
998 * @hw_src: the Hardware source in the ARP Header
1013 u8 *hw_src, u8 *hw_dst,
1024 * otherwise assume it is in the hw_src
1028 backbone_addr = hw_src;
1083 u8 *hw_src, *hw_dst;
1143 hw_src = (u8 *)arphdr + sizeof(struct arphdr);
1144 hw_dst = hw_src + ETH_ALEN + 4;
1165 ret = batadv_check_claim_group(bat_priv, primary_if, hw_src, hw_dst,
1169 "%s(): received a claim frame from another group. From: %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
1171 hw_src, hw_dst);
1182 if (batadv_handle_claim(bat_priv, primary_if, hw_src,
1188 ethhdr->h_source, hw_src, vid))
1193 if (batadv_handle_announce(bat_priv, hw_src, ethhdr->h_source,
1198 if (batadv_handle_request(bat_priv, primary_if, hw_src, ethhdr,
1205 "%s(): ERROR - this looks like a claim frame, but is useless. eth src %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
1206 __func__, ethhdr->h_source, batadv_print_vid(vid), hw_src,