Home
last modified time | relevance | path

Searched refs:decap_hdr (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1920 u8 decap_hdr[DP_MAX_NWIFI_HDR_LEN]; in ath11k_dp_rx_h_undecap_nwifi() local
1964 memcpy(decap_hdr, (uint8_t *)hdr, hdr_len); in ath11k_dp_rx_h_undecap_nwifi()
1978 memcpy(skb_push(msdu, hdr_len), decap_hdr, hdr_len); in ath11k_dp_rx_h_undecap_nwifi() local
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1977 u8 decap_hdr[DP_MAX_NWIFI_HDR_LEN]; in ath12k_dp_rx_h_undecap_nwifi() local
2002 memcpy(decap_hdr, hdr, hdr_len); in ath12k_dp_rx_h_undecap_nwifi()
2015 memcpy(skb_push(msdu, hdr_len), decap_hdr, hdr_len); in ath12k_dp_rx_h_undecap_nwifi() local
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1969 u8 decap_hdr[DP_MAX_NWIFI_HDR_LEN]; in ath11k_dp_rx_h_undecap_nwifi() local
2013 memcpy(decap_hdr, (uint8_t *)hdr, hdr_len); in ath11k_dp_rx_h_undecap_nwifi()
2027 memcpy(skb_push(msdu, hdr_len), decap_hdr, hdr_len); in ath11k_dp_rx_h_undecap_nwifi() local

Completed in 18 milliseconds