Lines Matching defs:llc
15 #include <linux/llc.h>521 struct llc_snap_hdr *llc;536 llc = (struct llc_snap_hdr *) skb->data;537 if (llc->dsap != LLC_SAP_SNAP ||538 llc->ssap != LLC_SAP_SNAP ||539 (llc->oui[0] | llc->oui[1] | llc->oui[2]) != 0)544 if (eth_proto_is_802_3(llc->ethertype))545 return llc->ethertype;