Searched refs:orig_hdr (Results 1 – 1 of 1) sorted by relevance
2691 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_nomic() local2693 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_nomic()2694 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_nomic()2700 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic()2710 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_withmic() local2712 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_withmic()2713 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_withmic()2719 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic()2729 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_ccmp_decap() local2731 orig_hdr = skb->data; in ath10k_htt_rx_frag_ccmp_decap()[all …]