Searched refs:last_pn (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1788 union htt_rx_pn_t *last_pn, new_pn = {0}; in ath10k_htt_rx_h_frag_pn_check() local 1806 last_pn = &peer->frag_tids_last_pn[tid]; in ath10k_htt_rx_h_frag_pn_check() 1813 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 1819 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check() 1822 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 2287 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_pn_check_replay_hl() local 2310 last_pn = &peer->tids_last_pn[tid]; in ath10k_htt_rx_pn_check_replay_hl() 2326 pn_invalid = ath10k_htt_rx_pn_cmp48(&new_pn, last_pn); in ath10k_htt_rx_pn_check_replay_hl() 2331 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl() 2653 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_proc_rx_frag_ind_hl() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 1882 union htt_rx_pn_t *last_pn, new_pn = {0}; in ath10k_htt_rx_h_frag_pn_check() local 1899 last_pn = &peer->frag_tids_last_pn[tid]; in ath10k_htt_rx_h_frag_pn_check() 1905 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 1911 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check() 1914 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 2402 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_pn_check_replay_hl() local 2425 last_pn = &peer->tids_last_pn[tid]; in ath10k_htt_rx_pn_check_replay_hl() 2441 pn_invalid = ath10k_htt_rx_pn_cmp48(&new_pn, last_pn); in ath10k_htt_rx_pn_check_replay_hl() 2446 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl() 2768 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_proc_rx_frag_ind_hl() local [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 459 u8 last_pn[6]; /* PN of the last fragment if CCMP was used */ member
|
H A D | rx.c | 2290 memcpy(entry->last_pn, in ieee80211_rx_h_defragment() 2336 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2346 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 463 u8 last_pn[6]; /* PN of the last fragment if CCMP was used */ member
|
H A D | rx.c | 2275 memcpy(entry->last_pn, in ieee80211_rx_h_defragment() 2321 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment() 2331 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 3409 u64 last_pn; in ath11k_dp_rx_h_defrag_validate_incr_pn() local 3422 last_pn = ath11k_dp_rx_h_get_pn(first_frag); in ath11k_dp_rx_h_defrag_validate_incr_pn() 3428 if (cur_pn != last_pn + 1) in ath11k_dp_rx_h_defrag_validate_incr_pn() 3430 last_pn = cur_pn; in ath11k_dp_rx_h_defrag_validate_incr_pn()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 3169 u64 last_pn; in ath12k_dp_rx_h_defrag_validate_incr_pn() local 3182 last_pn = ath12k_dp_rx_h_get_pn(ar, first_frag); in ath12k_dp_rx_h_defrag_validate_incr_pn() 3188 if (cur_pn != last_pn + 1) in ath12k_dp_rx_h_defrag_validate_incr_pn() 3190 last_pn = cur_pn; in ath12k_dp_rx_h_defrag_validate_incr_pn()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 3536 u64 last_pn; in ath11k_dp_rx_h_defrag_validate_incr_pn() local 3549 last_pn = ath11k_dp_rx_h_get_pn(ar, first_frag); in ath11k_dp_rx_h_defrag_validate_incr_pn() 3555 if (cur_pn != last_pn + 1) in ath11k_dp_rx_h_defrag_validate_incr_pn() 3557 last_pn = cur_pn; in ath11k_dp_rx_h_defrag_validate_incr_pn()
|
Completed in 44 milliseconds