Lines Matching defs:mac_src
35 u8 mac_src[ETH_ALEN];
46 u8 mac_src[ETH_ALEN]; /* sender hardware address */
261 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) {
263 ether_addr_copy(client_info->mac_dst, arp->mac_src);
286 * However, if arp->mac_src is different than what is stored in
291 * have a different mac_src.
575 ether_addr_copy(client_info->mac_src, arp->mac_src);
616 ether_addr_copy(client_info->mac_src, arp->mac_src);
662 if (!bond_slave_has_mac_rcu(bond, arp->mac_src))
669 bond_hw_addr_copy(arp->mac_src, tx_slave->dev->dev_addr,
818 /* deletes all rx_hashtbl entries with arp->ip_src if their mac_src does
819 * not match arp->mac_src
834 !ether_addr_equal_64bits(arp->mac_src, entry->mac_src))
914 ether_addr_copy(pkt.mac_src, mac_addr);