| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-selftest.c | 66 if (!ether_addr_equal_unaligned(eh->h_dest, dst)) in xgbe_test_loopback_validate() 70 if (!ether_addr_equal_unaligned(eh->h_source, src)) in xgbe_test_loopback_validate()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | cam.c | 272 if (ether_addr_equal_unaligned(addr, sta_addr)) in rtl_cam_get_free_entry() 311 (ether_addr_equal_unaligned(addr, sta_addr))) { in rtl_cam_del_entry()
|
| /linux/net/batman-adv/ |
| H A D | main.h | 256 return ether_addr_equal_unaligned(data1, data2); in batadv_compare_eth()
|
| /linux/net/core/ |
| H A D | selftests.c | 184 if (!ether_addr_equal_unaligned(ehdr->h_dest, dst)) in net_test_loopback_validate() 189 if (!ether_addr_equal_unaligned(ehdr->h_source, src)) in net_test_loopback_validate()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_selftests.c | 270 if (!ether_addr_equal_unaligned(ehdr->h_dest, dst)) in stmmac_test_loopback_validate() 274 if (!ether_addr_equal_unaligned(ehdr->h_source, ehdr->h_dest)) in stmmac_test_loopback_validate() 277 if (!ether_addr_equal_unaligned(ehdr->h_source, src)) in stmmac_test_loopback_validate() 703 if (!ether_addr_equal_unaligned(ehdr->h_source, orig_ndev->dev_addr)) in stmmac_test_flowctrl_validate() 849 if (!ether_addr_equal_unaligned(ehdr->h_dest, tpriv->packet->dst)) in stmmac_test_vlan_validate() 1583 if (!ether_addr_equal_unaligned(ehdr->h_dest, tpriv->packet->src)) in stmmac_test_arp_validate()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_rx.c | 215 !ether_addr_equal_unaligned(priv->curr_addr, in nxpwifi_process_sta_rx_packet()
|
| H A D | 11n.c | 491 if (ether_addr_equal_unaligned(tx_ba_tsr_tbl->ra, ra) && in nxpwifi_get_ba_tbl()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_rx.c | 233 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { in mwifiex_process_sta_rx_packet()
|
| H A D | 11n.c | 528 if (ether_addr_equal_unaligned(tx_ba_tsr_tbl->ra, ra) && in mwifiex_get_ba_tbl()
|
| H A D | main.c | 938 !ether_addr_equal_unaligned(priv->cfg_bssid, skb->data)) { in mwifiex_hard_start_xmit()
|
| /linux/include/linux/ |
| H A D | etherdevice.h | 406 static inline bool ether_addr_equal_unaligned(const u8 *addr1, const u8 *addr2) in ether_addr_equal_unaligned() function
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.c | 107 if (ether_addr_equal_unaligned(h->addr2, vif->bssid)) { in get_if_handler() 112 if (ether_addr_equal_unaligned(h->addr1, vif->bssid)) { in get_if_handler()
|
| H A D | cfg80211.c | 391 if (ether_addr_equal_unaligned(vif->bssid, bss->bssid)) { in connect()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | ftm-initiator.c | 308 if (ether_addr_equal_unaligned(peer->addr, addr)) in iwl_mld_ftm_find_peer()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 1068 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in am65_cpsw_qos_clsflower_add_policer() 1069 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in am65_cpsw_qos_clsflower_add_policer()
|
| H A D | cpsw_priv.c | 1446 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) && in cpsw_qos_clsflower_add_policer() 1447 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) { in cpsw_qos_clsflower_add_policer()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | common.c | 291 if (ether_addr_equal_unaligned(ifp->mac_addr, brcmf_default_mac_address)) { in brcmf_c_preinit_dcmds()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 513 if (!ether_addr_equal_unaligned(wl->mac_addr, vif->addr)) { in wl1251_op_add_interface() 1469 if (ether_addr_equal_unaligned(mac, "\x00\x00\x20\x07\x03\x09")) in wl1251_read_nvs_mac()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ftm-initiator.c | 1063 if (ether_addr_equal_unaligned(peer->addr, addr)) in iwl_mvm_ftm_find_peer() 1093 if (!ether_addr_equal_unaligned(res->addr, entry->addr)) in iwl_mvm_ftm_get_lci_civic()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 323 if (ether_addr_equal_unaligned(adapter->mac_addr, cur->mac_addr)) { in qlcnic_delete_adapter_mac() 347 if (ether_addr_equal_unaligned(adapter->mac_addr, addr->sa_data) && in qlcnic_set_mac() 348 ether_addr_equal_unaligned(netdev->dev_addr, addr->sa_data)) in qlcnic_set_mac()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 3136 if (!ether_addr_equal_unaligned(adapter->hw.mac_addr, in atl1_remove()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2166 diff = !ether_addr_equal_unaligned(eth_hdr(skb)->h_dest, haddr); in route_shortcircuit()
|