Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow.c514 struct llc_snap_hdr { in parse_ethertype() struct
521 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()