Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_recv.c588 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
610 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
613 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
616 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
631 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
638 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c1258 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1276 bsnaphdr = true; in wlanhdr_to_ethhdr()
1279 bsnaphdr = false; in wlanhdr_to_ethhdr()
1282 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1292 ptr = skb_pull(precvframe->pkt, rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0)); in wlanhdr_to_ethhdr()
1299 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/drivers/staging/rtl8723bs/core/
Drtw_recv.c1609 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1632 bsnaphdr = true; in wlanhdr_to_ethhdr()
1635 bsnaphdr = false; in wlanhdr_to_ethhdr()
1637 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()
1689 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
1694 if (!bsnaphdr) { in wlanhdr_to_ethhdr()