Lines Matching refs:llc_snap_hdr
100 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; in send_via_shortcut()
552 skb_push(skb, sizeof(struct llc_snap_hdr)); in send_via_shortcut()
555 sizeof(struct llc_snap_hdr)); in send_via_shortcut()
702 sizeof(struct llc_snap_hdr)) == 0) { in mpc_push()
722 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA tagged data */ in mpc_push()
726 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA data */ in mpc_push()
737 tmp = skb->data + sizeof(struct llc_snap_hdr); in mpc_push()
758 skb_pull(skb, sizeof(struct llc_snap_hdr) + sizeof(tag)); in mpc_push()