Searched refs:mac_dst (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_alb.c | 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() [all …]
|
D | bond_alb.h | 74 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member
|