Searched refs:orig_hdr (Results 1 – 1 of 1) sorted by relevance
2570 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_nomic() local2572 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_nomic()2573 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_nomic()2579 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_nomic()2589 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_tkip_decap_withmic() local2591 orig_hdr = skb->data; in ath10k_htt_rx_frag_tkip_decap_withmic()2592 ivp = orig_hdr + hdr_len + head_len; in ath10k_htt_rx_frag_tkip_decap_withmic()2598 memmove(orig_hdr + IEEE80211_TKIP_IV_LEN, orig_hdr, head_len + hdr_len); in ath10k_htt_rx_frag_tkip_decap_withmic()2608 u8 *ivp, *orig_hdr; in ath10k_htt_rx_frag_ccmp_decap() local2610 orig_hdr = skb->data; in ath10k_htt_rx_frag_ccmp_decap()[all …]