Searched refs:mac_dst (Results 1 – 5 of 5) sorted by relevance
34 u8 mac_dst[ETH_ALEN]; member48 u8 mac_dst[ETH_ALEN]; /* target hardware address */ member261 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp()263 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp()397 if (is_valid_ether_addr(rx_hash_table[index].mac_dst)) { in rlb_clear_slave()426 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst)) in rlb_update_client()436 client_info->mac_dst, in rlb_update_client()438 client_info->mac_dst); in rlb_update_client()501 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_slave_clients()542 is_valid_ether_addr(client_info->mac_dst)) { in rlb_req_update_subnet_clients()[all …]
40 &client_info->mac_dst, in bond_debug_rlb_hash_show()
90 ether_addr_copy(ext->mac_dst, &match.key->dst[0]); in nfp_flower_compile_mac()92 ether_addr_copy(msk->mac_dst, &match.mask->dst[0]); in nfp_flower_compile_mac()
625 eth_broadcast_addr(&merge->l2.mac_dst[0]); in nfp_flower_update_merge_with_actions()639 merge->l2.mac_dst[i] |= eth->eth_addr_mask[i]; in nfp_flower_update_merge_with_actions()1191 if (memcmp(&mac->mac_dst[0], flow->pre_tun_rule.dev->dev_addr, 6)) { in nfp_flower_validate_pre_tun_rule()1198 if (!is_broadcast_ether_addr(&mac->mac_dst[0])) { in nfp_flower_validate_pre_tun_rule()
318 u8 mac_dst[6]; member