Home
last modified time | relevance | path

Searched refs:ether_addr_equal_64bits (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/drivers/net/wireless/ath/
Dmain.c67 ether_addr_equal_64bits(hdr->addr3, common->curbssid); in ath_is_mybeacon()
/linux-6.6.21/drivers/net/bonding/
Dbond_alb.c262 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) { in rlb_update_entry_from_arp()
542 !ether_addr_equal_64bits(client_info->slave->dev->dev_addr, in rlb_req_update_subnet_clients()
848 !ether_addr_equal_64bits(arp->mac_src, entry->mac_src)) in rlb_purge_src_ip()
1126 perm_curr_diff = !ether_addr_equal_64bits(slave->perm_hwaddr, in alb_change_hw_addr_on_detach()
1128 perm_bond_diff = !ether_addr_equal_64bits(slave->perm_hwaddr, in alb_change_hw_addr_on_detach()
1178 if (!ether_addr_equal_64bits(slave->perm_hwaddr, bond->dev->dev_addr)) { in alb_handle_addr_collision_on_attach()
1202 if (ether_addr_equal_64bits(tmp_slave1->dev->dev_addr, in alb_handle_addr_collision_on_attach()
1466 if (ether_addr_equal_64bits(eth_data->h_dest, mac_v6_allmcast)) { in bond_xmit_alb_slave_get()
Dbond_3ad.c83 ether_addr_equal_64bits((const u8 *)A, (const u8 *)B)
Dbond_main.c2336 if (ether_addr_equal_64bits(bond_dev->dev_addr, in bond_enslave()
2426 if (ether_addr_equal_64bits(bond_dev->dev_addr, slave->perm_hwaddr) && in __bond_release_one()
/linux-6.6.21/include/linux/
Detherdevice.h375 static inline bool ether_addr_equal_64bits(const u8 *addr1, const u8 *addr2) in ether_addr_equal_64bits() function
543 res = ether_addr_equal_64bits(addr, ha->addr); in is_etherdev_addr()
/linux-6.6.21/net/ethernet/
Deth.c167 if (unlikely(!ether_addr_equal_64bits(eth->h_dest, in eth_type_trans()
170 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in eth_type_trans()
/linux-6.6.21/drivers/net/
Dmacvlan.c132 if (ether_addr_equal_64bits(vlan->dev->dev_addr, addr)) in macvlan_hash_lookup()
147 if (ether_addr_equal_64bits(entry->addr, addr) && in macvlan_hash_lookup_source()
219 ether_addr_equal_64bits(port->dev->dev_addr, addr)) in macvlan_addr_busy()
239 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in macvlan_broadcast_one()
417 if (ether_addr_equal_64bits(eth_hdr(skb)->h_dest, dev->dev_addr)) in macvlan_forward_source_one()
434 if (ether_addr_equal_64bits(entry->addr, addr)) { in macvlan_forward_source()
Dmacsec.c1021 if (ether_addr_equal_64bits(hdr->h_dest, in handle_not_macsec()
1036 if (ether_addr_equal_64bits(hdr->h_dest, in handle_not_macsec()
/linux-6.6.21/include/net/
Dbonding.h718 if (ether_addr_equal_64bits(mac, tmp->dev->dev_addr)) in bond_slave_has_mac()
731 if (ether_addr_equal_64bits(mac, tmp->dev->dev_addr)) in bond_slave_has_mac_rcu()
/linux-6.6.21/drivers/net/wireless/ath/carl9170/
Drx.c601 ether_addr_equal_64bits(bar->ra, entry_bar->ta) && in carl9170_ba_check()
602 ether_addr_equal_64bits(bar->ta, entry_bar->ra)) { in carl9170_ba_check()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/
Dps.c500 if (!ether_addr_equal_64bits(hdr->addr3, rtlpriv->mac80211.bssid)) in rtl_swlps_beacon()
984 if (!ether_addr_equal_64bits(hdr->addr3, rtlpriv->mac80211.bssid)) in rtl_p2p_info()
Dbase.c2664 if (!ether_addr_equal_64bits(hdr->addr3, rtlpriv->mac80211.bssid)) in rtl_recognize_peer()
/linux-6.6.21/net/8021q/
Dvlan_core.c37 if (ether_addr_equal_64bits(eth_hdr(skb)->h_dest, vlan_dev->dev_addr)) in vlan_do_receive()
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2x00dev.c625 if (!ether_addr_equal_64bits(ba->ra, entry->ta)) in rt2x00lib_rxdone_check_ba()
628 if (!ether_addr_equal_64bits(ba->ta, entry->ra)) in rt2x00lib_rxdone_check_ba()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c716 if (ether_addr_equal_64bits(entry->mac, prev_mac)) { in mlx4_en_replace_mac()
1160 if (ether_addr_equal_64bits(entry->mac, in mlx4_en_do_uc_filter()
1168 if (ether_addr_equal_64bits(entry->mac, in mlx4_en_do_uc_filter()
1202 if (ether_addr_equal_64bits(entry->mac, ha->addr)) { in mlx4_en_do_uc_filter()
Den_rx.c797 if (ether_addr_equal_64bits(entry->mac, in mlx4_en_process_rx_cq()
/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
D3945.c453 return ether_addr_equal_64bits(header->addr3, il->bssid); in il3945_is_network_packet()
456 return ether_addr_equal_64bits(header->addr2, il->bssid); in il3945_is_network_packet()
Dcommon.c3787 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr)); in il_full_rxon_required()
3788 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr)); in il_full_rxon_required()
3789 CHK(!ether_addr_equal_64bits(staging->wlap_bssid_addr, in il_full_rxon_required()
/linux-6.6.21/drivers/net/wireless/intersil/p54/
Dtxrx.c310 if (!ether_addr_equal_64bits(hdr->addr3, priv->bssid)) in p54_pspoll_workaround()
/linux-6.6.21/drivers/s390/net/
Dqeth_l2_main.c371 if (ether_addr_equal_64bits(dev->dev_addr, addr->sa_data) && in qeth_l2_set_mac_address()
438 if (ether_addr_equal_64bits(ha->addr, mac->mac_addr)) { in qeth_l2_add_mac()
/linux-6.6.21/drivers/net/plip/
Dplip.c555 if(ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) in plip_type_trans()
/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1426 ether_addr_equal_64bits(src->bssid, dst->bssid) && in is_same_network()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c121 if (ether_addr_equal_64bits(hn->ai.addr, addr)) { in mlx5e_add_l2_to_hash()
/linux-6.6.21/drivers/net/wireless/atmel/
Dat76c50x-usb.c1787 if (!ether_addr_equal_64bits(priv->bssid, mgmt->bssid)) { in at76_mac80211_tx()
/linux-6.6.21/net/core/
Ddev.c4886 orig_host = ether_addr_equal_64bits(eth->h_dest, skb->dev->dev_addr); in bpf_prog_run_generic_xdp()
4914 (orig_host != ether_addr_equal_64bits(eth->h_dest, in bpf_prog_run_generic_xdp()

12