Searched defs:mac_dst (Results 1 - 2 of 2) sorted by relevance

/drivers/net/bonding/
H A Dbond_alb.h114 u8 mac_dst[ETH_ALEN]; /* the client MAC address */ member in struct:rlb_client_info
H A Dbond_alb.c58 u8 mac_dst[ETH_ALEN]; member in struct:learning_pkt
72 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member in struct:arp_pkt
290 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) {
292 ether_addr_copy(client_info->mac_dst, arp->mac_src);
426 if (!ether_addr_equal_64bits(rx_hash_table[index].mac_dst,
466 client_info->mac_dst,
468 client_info->mac_dst);
534 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) {
575 !ether_addr_equal_64bits(client_info->mac_dst, mac_bcast)) {
603 if (!ether_addr_equal_64bits(arp->mac_dst, mac_bcas
[all...]

Completed in 306 milliseconds