Home
last modified time | relevance | path

Searched refs:rtllib_hdr_4addr (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c303 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_encrypt()
316 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_encrypt()
386 struct rtllib_hdr_4addr *hdr; in rtllib_tkip_decrypt()
399 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_tkip_decrypt()
529 struct rtllib_hdr_4addr *hdr11; in michael_mic_hdr()
531 hdr11 = (struct rtllib_hdr_4addr *) skb->data; in michael_mic_hdr()
562 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_add()
564 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_michael_mic_add()
587 struct rtllib_hdr_4addr *hdr, in rtllib_michael_mic_failure()
612 struct rtllib_hdr_4addr *hdr; in rtllib_michael_mic_verify()
[all …]
Drtllib_rx.c92 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_get()
121 sizeof(struct rtllib_hdr_4addr) + in rtllib_frag_cache_get()
162 struct rtllib_hdr_4addr *hdr) in rtllib_frag_cache_invalidate()
247 struct rtllib_hdr_4addr *hdr; in rtllib_is_eapol_frame()
253 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_is_eapol_frame()
286 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt()
301 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt()
326 struct rtllib_hdr_4addr *hdr; in rtllib_rx_frame_decrypt_msdu()
340 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_rx_frame_decrypt_msdu()
359 struct rtllib_hdr_4addr *header) in is_duplicate_packet()
[all …]
Drtllib_crypt_ccmp.c110 struct rtllib_hdr_4addr *hdr, in ccmp_init_blocks()
191 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_encrypt()
222 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_encrypt()
263 struct rtllib_hdr_4addr *hdr; in rtllib_ccmp_decrypt()
273 hdr = (struct rtllib_hdr_4addr *) skb->data; in rtllib_ccmp_decrypt()
Drtllib.h1141 struct rtllib_hdr_4addr { struct
2588 return ((struct rtllib_hdr_4addr *)hdr)->payload; in rtllib_get_payload()