Searched refs:bsnaphdr (Results 1 – 3 of 3) sorted by relevance
588 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local610 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()
1258 u8 bsnaphdr; in wlanhdr_to_ethhdr() local1276 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()
1609 u8 bsnaphdr; in wlanhdr_to_ethhdr() local1632 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()