Home
last modified time | relevance | path

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

/linux-3.4.99/net/atm/
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; 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()
704 sizeof(struct llc_snap_hdr)) == 0) { in mpc_push()
724 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA tagged data */ in mpc_push()
728 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA data */ in mpc_push()
739 tmp = skb->data + sizeof(struct llc_snap_hdr); in mpc_push()
[all …]
/linux-3.4.99/include/linux/
Datmmpc.h63 struct llc_snap_hdr { struct
/linux-3.4.99/net/openvswitch/
Dflow.c468 struct llc_snap_hdr { in parse_ethertype() struct
475 struct llc_snap_hdr *llc; in parse_ethertype()
484 if (skb->len < sizeof(struct llc_snap_hdr)) in parse_ethertype()
487 if (unlikely(!pskb_may_pull(skb, sizeof(struct llc_snap_hdr)))) in parse_ethertype()
490 llc = (struct llc_snap_hdr *) skb->data; in parse_ethertype()
496 __skb_pull(skb, sizeof(struct llc_snap_hdr)); in parse_ethertype()