Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_recv.c593 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
615 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
618 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
621 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
636 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
643 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_recv.c1267 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1285 bsnaphdr = true; in wlanhdr_to_ethhdr()
1288 bsnaphdr = false; in wlanhdr_to_ethhdr()
1291 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1301 ptr = skb_pull(precvframe->pkt, rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr()
1308 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_recv.c1614 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1637 bsnaphdr = true; in wlanhdr_to_ethhdr()
1640 bsnaphdr = false; in wlanhdr_to_ethhdr()
1642 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()
1694 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
1699 if (!bsnaphdr) { in wlanhdr_to_ethhdr()