Home
last modified time | relevance | path

Searched refs:bsnaphdr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_recv.c606 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
628 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
631 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
634 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
649 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
656 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c1272 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1290 bsnaphdr = true; in wlanhdr_to_ethhdr()
1293 bsnaphdr = false; in wlanhdr_to_ethhdr()
1296 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1306 ptr = skb_pull(precvframe->pkt, rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr()
1313 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c1614 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1638 bsnaphdr = true; in wlanhdr_to_ethhdr()
1641 bsnaphdr = false; in wlanhdr_to_ethhdr()
1643 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()
1695 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
1700 if (!bsnaphdr) { in wlanhdr_to_ethhdr()