Searched refs:llc_snap_hdr (Results 1 – 1 of 1) sorted by relevance
514 struct llc_snap_hdr { in parse_ethertype() struct521 struct llc_snap_hdr *llc; in parse_ethertype()530 if (skb->len < sizeof(struct llc_snap_hdr)) in parse_ethertype()533 if (unlikely(!pskb_may_pull(skb, sizeof(struct llc_snap_hdr)))) in parse_ethertype()536 llc = (struct llc_snap_hdr *) skb->data; in parse_ethertype()542 __skb_pull(skb, sizeof(struct llc_snap_hdr)); in parse_ethertype()