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);
1002 * @hw_src: the Hardware source in the ARP Header
1017 u8 *hw_src, u8 *hw_dst,
1028 * otherwise assume it is in the hw_src
1032 backbone_addr = hw_src;
1087 u8 *hw_src, *hw_dst;
1147 hw_src = (u8 *)arphdr + sizeof(struct arphdr);
1148 hw_dst = hw_src + ETH_ALEN + 4;
1169 ret = batadv_check_claim_group(bat_priv, primary_if, hw_src, hw_dst,
1173 "%s(): received a claim frame from another group. From: %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
1175 hw_src, hw_dst);
1186 if (batadv_handle_claim(bat_priv, primary_if, hw_src,
1192 ethhdr->h_source, hw_src, vid))
1197 if (batadv_handle_announce(bat_priv, hw_src, ethhdr->h_source,
1202 if (batadv_handle_request(bat_priv, primary_if, hw_src, ethhdr,
1209 "%s(): ERROR - this looks like a claim frame, but is useless. eth src %pM on vid %d ...(hw_src %pM, hw_dst %pM)\n",
1210 __func__, ethhdr->h_source, batadv_print_vid(vid), hw_src,