Searched refs:orig_hdr (Results 1 – 1 of 1) sorted by relevance
2692 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_nomic() local2694 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_nomic()2695 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_nomic()2701 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic()2711 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_withmic() local2713 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_withmic()2714 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_withmic()2720 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic()2730 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_ccmp_decap() local2732 orig_hdr = skb->data; in ath10k_htt_rx_frag_ccmp_decap()[all …]