Lines Matching refs:rfc1042
2135 void *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2137 u8 *rfc1042; in ath11k_dp_rx_h_find_rfc1042() local
2144 rfc1042 = hdr; in ath11k_dp_rx_h_find_rfc1042()
2146 rfc1042 = (void *)hdr; in ath11k_dp_rx_h_find_rfc1042()
2153 rfc1042 += hdr_len + crypto_len; in ath11k_dp_rx_h_find_rfc1042()
2157 rfc1042 += sizeof(struct ath11k_dp_amsdu_subframe_hdr); in ath11k_dp_rx_h_find_rfc1042()
2159 return rfc1042; in ath11k_dp_rx_h_find_rfc1042()
2173 void *rfc1042; in ath11k_dp_rx_h_undecap_eth() local
2175 rfc1042 = ath11k_dp_rx_h_find_rfc1042(ar, msdu, enctype); in ath11k_dp_rx_h_undecap_eth()
2176 if (WARN_ON_ONCE(!rfc1042)) in ath11k_dp_rx_h_undecap_eth()
2186 memcpy(skb_push(msdu, sizeof(struct ath11k_dp_rfc1042_hdr)), rfc1042, in ath11k_dp_rx_h_undecap_eth()