Home
last modified time | relevance | path

Searched refs:mac_dst (Results 1 – 3 of 3) sorted by relevance

/drivers/net/bonding/
Dbond_alb.c58 u8 mac_dst[ETH_ALEN]; member
72 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member
290 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp()
292 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp()
426 if (!ether_addr_equal_64bits(rx_hash_table[index].mac_dst, in rlb_clear_slave()
466 client_info->mac_dst, in rlb_update_client()
468 client_info->mac_dst); in rlb_update_client()
530 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) { in rlb_req_update_slave_clients()
571 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) { in rlb_req_update_subnet_clients()
599 if (!ether_addr_equal_64bits(arp->mac_dst, mac_bcast)) { in rlb_choose_channel()
[all …]
Dbond_debugfs.c39 &client_info->mac_dst, in bond_debug_rlb_hash_show()
Dbond_alb.h114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member