Lines Matching refs:mac_dst
109 u8 mac_dst[ETH_ALEN]; member
123 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member
353 memcpy(client_info->mac_dst, arp->mac_src, ETH_ALEN); in rlb_update_entry_from_arp()
470 if (memcmp(rx_hash_table[index].mac_dst, in rlb_clear_slave()
516 client_info->mac_dst, in rlb_update_client()
518 client_info->mac_dst); in rlb_update_client()
583 memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) { in rlb_req_update_slave_clients()
625 memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) { in rlb_req_update_subnet_clients()
652 if (memcmp(arp->mac_dst, mac_bcast, ETH_ALEN)) { in rlb_choose_channel()
654 memcpy(client_info->mac_dst, arp->mac_dst, ETH_ALEN); in rlb_choose_channel()
684 memcpy(client_info->mac_dst, arp->mac_dst, ETH_ALEN); in rlb_choose_channel()
687 if (memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) { in rlb_choose_channel()
899 memcpy(pkt.mac_dst, mac_addr, ETH_ALEN); in alb_send_learning_packets()