/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | smp.c | 623 unsigned long addr2; member 630 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2); in flush_tlb_range_ipi() 642 .addr2 = end, in flush_tlb_range() 662 local_flush_tlb_kernel_range(fd->addr1, fd->addr2); in flush_tlb_kernel_range_ipi() 669 .addr2 = end, in flush_tlb_kernel_range()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 50 printk(" A2=%pM", hdr->addr2); in hostap_dump_tx_80211() 185 memcpy(&hdr.addr2, dev->dev_addr, ETH_ALEN); in hostap_data_start_xmit() 191 memcpy(&hdr.addr2, dev->dev_addr, ETH_ALEN); in hostap_data_start_xmit() 199 skb_copy_from_linear_data_offset(skb, ETH_ALEN, &hdr.addr2, in hostap_data_start_xmit() 205 skb_copy_from_linear_data_offset(skb, ETH_ALEN, &hdr.addr2, in hostap_data_start_xmit()
|
H A D | hostap_ap.c | 966 memcpy(hdr->addr2, dev->dev_addr, ETH_ALEN); /* BSSID */ in prism2_send_mgmt() 969 /* control:ACK does not have addr2 or addr3 */ in prism2_send_mgmt() 970 eth_zero_addr(hdr->addr2); in prism2_send_mgmt() 973 memcpy(hdr->addr2, dev->dev_addr, ETH_ALEN); /* SA */ in prism2_send_mgmt() 1305 "(len=%d) from %pM\n", dev->name, len, hdr->addr2); in handle_authen() 1310 sta = ap_get_sta(local->ap, hdr->addr2); in handle_authen() 1332 if (ether_addr_equal(dev->dev_addr, hdr->addr2) || in handle_authen() 1333 ap_control_mac_deny(&ap->mac_restrictions, hdr->addr2)) { in handle_authen() 1403 sta = ap_add_sta(local->ap, hdr->addr2); in handle_authen() 1478 body, olen, hdr->addr2, a in handle_authen() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 131 memcpy(iv + 2, hdr->addr2, ETH_ALEN); in ccmp_init_iv_and_aad() 247 hdr->addr2); in ieee80211_ccmp_decrypt() 261 hdr->addr2, keyidx); in ieee80211_ccmp_decrypt() 277 hdr->addr2, key->rx_pn, pn); in ieee80211_ccmp_decrypt() 310 hdr->addr2); in ieee80211_ccmp_decrypt()
|
H A D | ieee80211_rx.c | 143 memcpy(entry->src_addr, hdr->addr2, ETH_ALEN); in ieee80211_frag_cache_get() 148 entry = ieee80211_frag_cache_find(ieee, seq, frag, tid, hdr->addr2, in ieee80211_frag_cache_get() 186 entry = ieee80211_frag_cache_find(ieee, seq, -1, tid, hdr->addr2, in ieee80211_frag_cache_invalidate() 353 hdr->addr2); in ieee80211_rx_frame_decrypt() 364 ") res=%d\n", hdr->addr2, res); in ieee80211_rx_frame_decrypt() 401 hdr->addr2, keyidx); in ieee80211_rx_frame_decrypt_msdu() 445 u8 *mac = header->addr2; in is_duplicate_packet() 950 wireless_spy_update(dev, hdr->addr2, &wstats); in ieee80211_rx() 997 hdr->addr2); in ieee80211_rx() 1017 hdr->addr2, in ieee80211_rx() [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | lib80211_crypt_ccmp.c | 126 memcpy(iv + 2, hdr->addr2, ETH_ALEN); in ccmp_init_iv_and_aad() 277 hdr->addr2); in lib80211_ccmp_decrypt() 289 hdr->addr2, keyidx); in lib80211_ccmp_decrypt() 304 hdr->addr2, in lib80211_ccmp_decrypt() 332 hdr->addr2, ret); in lib80211_ccmp_decrypt()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_ccmp.c | 121 memcpy(iv + 2, hdr->addr2, ETH_ALEN); in ccmp_init_iv_and_aad() 135 memcpy(&aad[8], &hdr->addr2, ETH_ALEN); in ccmp_init_iv_and_aad() 239 hdr->addr2); in rtllib_ccmp_decrypt() 253 hdr->addr2, keyidx); in rtllib_ccmp_decrypt() 297 hdr->addr2); in rtllib_ccmp_decrypt()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 50 printk(" A2=%pM", hdr->addr2); in hostap_dump_tx_80211() 185 memcpy(&hdr.addr2, dev->dev_addr, ETH_ALEN); in hostap_data_start_xmit() 191 memcpy(&hdr.addr2, dev->dev_addr, ETH_ALEN); in hostap_data_start_xmit() 199 skb_copy_from_linear_data_offset(skb, ETH_ALEN, &hdr.addr2, in hostap_data_start_xmit() 205 skb_copy_from_linear_data_offset(skb, ETH_ALEN, &hdr.addr2, in hostap_data_start_xmit()
|
H A D | hostap_ap.c | 966 memcpy(hdr->addr2, dev->dev_addr, ETH_ALEN); /* BSSID */ in prism2_send_mgmt() 969 /* control:ACK does not have addr2 or addr3 */ in prism2_send_mgmt() 970 eth_zero_addr(hdr->addr2); in prism2_send_mgmt() 973 memcpy(hdr->addr2, dev->dev_addr, ETH_ALEN); /* SA */ in prism2_send_mgmt() 1305 "(len=%d) from %pM\n", dev->name, len, hdr->addr2); in handle_authen() 1310 sta = ap_get_sta(local->ap, hdr->addr2); in handle_authen() 1332 if (ether_addr_equal(dev->dev_addr, hdr->addr2) || in handle_authen() 1333 ap_control_mac_deny(&ap->mac_restrictions, hdr->addr2)) { in handle_authen() 1403 sta = ap_add_sta(local->ap, hdr->addr2); in handle_authen() 1478 body, olen, hdr->addr2, a in handle_authen() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | lib80211_crypt_ccmp.c | 126 memcpy(iv + 2, hdr->addr2, ETH_ALEN); in ccmp_init_iv_and_aad() 277 hdr->addr2); in lib80211_ccmp_decrypt() 289 hdr->addr2, keyidx); in lib80211_ccmp_decrypt() 304 hdr->addr2, in lib80211_ccmp_decrypt() 332 hdr->addr2, ret); in lib80211_ccmp_decrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | ms_funcs.c | 250 const unsigned char *addr2[3]; in generate_authenticator_response_pwhash() local 257 addr2[0] = response; in generate_authenticator_response_pwhash() 258 addr2[1] = challenge; in generate_authenticator_response_pwhash() 259 addr2[2] = magic2; in generate_authenticator_response_pwhash() 266 return sha1_vector(3, addr2, len2, response); in generate_authenticator_response_pwhash()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | ms_funcs.c | 250 const unsigned char *addr2[3]; in generate_authenticator_response_pwhash() local 257 addr2[0] = response; in generate_authenticator_response_pwhash() 258 addr2[1] = challenge; in generate_authenticator_response_pwhash() 259 addr2[2] = magic2; in generate_authenticator_response_pwhash() 266 return sha1_vector(3, addr2, len2, response); in generate_authenticator_response_pwhash()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 276 const ConnectionAddr *addr2 = NULL; in TryDisconnectAllConnection() local 284 addr2 = &item->connInfo.addr; in TryDisconnectAllConnection() 285 if (addr1->type != addr2->type) { in TryDisconnectAllConnection() 289 if (strncmp(item->connInfo.addr.info.br.brMac, addr2->info.br.brMac, BT_MAC_LEN) == 0) { in TryDisconnectAllConnection() 293 if (strncmp(addr1->info.ip.ip, addr2->info.ip.ip, strlen(addr1->info.ip.ip)) == 0) { in TryDisconnectAllConnection() 313 const ConnectionAddr *addr2 = NULL; in TryNotifyAllTypeOffline() local 316 addr2 = &item->connInfo.addr; in TryNotifyAllTypeOffline() 317 if (addr1->type == addr2->type) { in TryNotifyAllTypeOffline()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_cmd.c | 217 ether_addr_copy(pwlanhdr->addr2, myid(&adapt->eeprompriv)); in ConstructBeacon() 309 ether_addr_copy(pwlanhdr->addr2, myid(&adapt->eeprompriv)); in ConstructPSPoll() 342 ether_addr_copy(pwlanhdr->addr2, myid(&adapt->eeprompriv)); in ConstructNullFunctionData() 348 ether_addr_copy(pwlanhdr->addr2, pnetwork->MacAddress); in ConstructNullFunctionData() 354 ether_addr_copy(pwlanhdr->addr2, myid(&adapt->eeprompriv)); in ConstructNullFunctionData() 398 ether_addr_copy(pwlanhdr->addr2, mac); in ConstructProbeRsp()
|
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
H A D | find.h | 23 * @addr2: The second address to base the search on 31 const unsigned long *addr2, unsigned long size,
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_rx.c | 143 memcpy(entry->src_addr, hdr->addr2, ETH_ALEN); in ieee80211_frag_cache_get() 148 entry = ieee80211_frag_cache_find(ieee, seq, frag, tid, hdr->addr2, in ieee80211_frag_cache_get() 186 entry = ieee80211_frag_cache_find(ieee, seq, -1, tid, hdr->addr2, in ieee80211_frag_cache_invalidate() 353 hdr->addr2); in ieee80211_rx_frame_decrypt() 364 ") res=%d\n", hdr->addr2, res); in ieee80211_rx_frame_decrypt() 401 hdr->addr2, keyidx); in ieee80211_rx_frame_decrypt_msdu() 445 u8 *mac = header->addr2; in is_duplicate_packet() 947 wireless_spy_update(dev, hdr->addr2, &wstats); in ieee80211_rx() 994 hdr->addr2); in ieee80211_rx() 1014 hdr->addr2, in ieee80211_rx() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 119 memcpy(entry->src_addr, hdr->addr2, ETH_ALEN); in libipw_frag_cache_get() 124 entry = libipw_frag_cache_find(ieee, seq, frag, hdr->addr2, in libipw_frag_cache_get() 146 entry = libipw_frag_cache_find(ieee, seq, -1, hdr->addr2, in libipw_frag_cache_invalidate() 285 hdr->addr2, res); in libipw_rx_frame_decrypt() 317 " (SA=%pM keyidx=%d)\n", ieee->dev->name, hdr->addr2, in libipw_rx_frame_decrypt_msdu() 399 wireless_spy_update(ieee->dev, hdr->addr2, &wstats); in libipw_rx() 416 is_broadcast_ether_addr(hdr->addr2)) ? in libipw_rx() 458 " (SA=%pM)\n", hdr->addr2); in libipw_rx() 469 "from %pM\n", dev->name, hdr->addr2); in libipw_rx() 498 memcpy(src, hdr->addr2, ETH_ALE in libipw_rx() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_rx.c | 119 memcpy(entry->src_addr, hdr->addr2, ETH_ALEN); in libipw_frag_cache_get() 124 entry = libipw_frag_cache_find(ieee, seq, frag, hdr->addr2, in libipw_frag_cache_get() 146 entry = libipw_frag_cache_find(ieee, seq, -1, hdr->addr2, in libipw_frag_cache_invalidate() 285 hdr->addr2, res); in libipw_rx_frame_decrypt() 317 " (SA=%pM keyidx=%d)\n", ieee->dev->name, hdr->addr2, in libipw_rx_frame_decrypt_msdu() 399 wireless_spy_update(ieee->dev, hdr->addr2, &wstats); in libipw_rx() 416 is_broadcast_ether_addr(hdr->addr2)) ? in libipw_rx() 458 " (SA=%pM)\n", hdr->addr2); in libipw_rx() 469 "from %pM\n", dev->name, hdr->addr2); in libipw_rx() 498 memcpy(src, hdr->addr2, ETH_ALE in libipw_rx() [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | bus_center_ipc_mock.cpp | 40 bool LnnIsSameConnectionAddr(const ConnectionAddr *addr1, const ConnectionAddr *addr2, bool isShort) in LnnIsSameConnectionAddr() argument 42 return BusCenterIpcInterfaceInstance()->LnnIsSameConnectionAddr(addr1, addr2, isShort); in LnnIsSameConnectionAddr()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | page.h | 96 unsigned long addr2) in pages_do_alias() 98 return (addr1 ^ addr2) & shm_align_mask; in pages_do_alias() 95 pages_do_alias(unsigned long addr1, unsigned long addr2) pages_do_alias() argument
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | page.h | 54 pages_do_alias(unsigned long addr1, unsigned long addr2) in pages_do_alias() argument 56 return (addr1 ^ addr2) & shm_align_mask; in pages_do_alias()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | page.h | 96 unsigned long addr2) in pages_do_alias() 98 return (addr1 ^ addr2) & shm_align_mask; in pages_do_alias() 95 pages_do_alias(unsigned long addr1, unsigned long addr2) pages_do_alias() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.h | 145 const union mlxsw_sp_l3addr *addr2) in mlxsw_sp_l3addr_eq() 147 return !memcmp(addr1, addr2, sizeof(*addr1)); in mlxsw_sp_l3addr_eq() 144 mlxsw_sp_l3addr_eq(const union mlxsw_sp_l3addr *addr1, const union mlxsw_sp_l3addr *addr2) mlxsw_sp_l3addr_eq() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | branch.c | 5 static bool cross_area(u64 addr1, u64 addr2, int size) in cross_area() argument 10 align2 = addr2 & ~(size - 1); in cross_area()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 140 ether_addr_copy(entry->src_addr, hdr->addr2); in rtllib_frag_cache_get() 146 entry = rtllib_frag_cache_find(ieee, seq, frag, tid, hdr->addr2, in rtllib_frag_cache_get() 185 entry = rtllib_frag_cache_find(ieee, seq, -1, tid, hdr->addr2, in rtllib_frag_cache_invalidate() 310 hdr->addr2, res); in rtllib_rx_frame_decrypt() 351 hdr->addr2, keyidx); in rtllib_rx_frame_decrypt_msdu() 394 u8 *mac = header->addr2; in is_duplicate_packet() 939 if (GetTs(ieee, (struct ts_common_info **) &pRxTS, hdr->addr2, in rtllib_rx_check_duplicate() 966 ether_addr_copy(bssid, hdr->addr2); in rtllib_rx_extract_addr() 970 ether_addr_copy(src, hdr->addr2); in rtllib_rx_extract_addr() 980 ether_addr_copy(src, hdr->addr2); in rtllib_rx_extract_addr() 986 rtllib_rx_data_filter(struct rtllib_device *ieee, u16 fc, u8 *dst, u8 *src, u8 *bssid, u8 *addr2) rtllib_rx_data_filter() argument 1787 rtllib_extract_country_ie( struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u8 *addr2) rtllib_extract_country_ie() argument [all...] |