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

/linux-4.1.27/net/openvswitch/
H A Dflow.c322 struct llc_snap_hdr { parse_ethertype() struct
329 struct llc_snap_hdr *llc; parse_ethertype()
338 if (skb->len < sizeof(struct llc_snap_hdr)) parse_ethertype()
341 if (unlikely(!pskb_may_pull(skb, sizeof(struct llc_snap_hdr)))) parse_ethertype()
344 llc = (struct llc_snap_hdr *) skb->data; parse_ethertype()
350 __skb_pull(skb, sizeof(struct llc_snap_hdr)); parse_ethertype()
/linux-4.1.27/include/uapi/linux/
H A Datmmpc.h63 struct llc_snap_hdr { struct
/linux-4.1.27/net/atm/
H A Dmpc.c100 static struct llc_snap_hdr llc_snap_mpoa_ctrl = {
105 static struct llc_snap_hdr llc_snap_mpoa_data = {
110 static struct llc_snap_hdr llc_snap_mpoa_data_tagged = {
499 struct llc_snap_hdr hdr; send_via_shortcut()
552 skb_push(skb, sizeof(struct llc_snap_hdr)); send_via_shortcut()
555 sizeof(struct llc_snap_hdr)); send_via_shortcut()
703 sizeof(struct llc_snap_hdr)) == 0) { mpc_push()
723 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA tagged data */ mpc_push()
727 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA data */ mpc_push()
738 tmp = skb->data + sizeof(struct llc_snap_hdr); mpc_push()
759 skb_pull(skb, sizeof(struct llc_snap_hdr) + sizeof(tag)); mpc_push()

Completed in 128 milliseconds