Home
last modified time | relevance | path

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

/Linux-v5.4/net/atm/
Dmpc.c101 static struct llc_snap_hdr llc_snap_mpoa_ctrl = {
106 static struct llc_snap_hdr llc_snap_mpoa_data = {
111 static struct llc_snap_hdr llc_snap_mpoa_data_tagged = {
500 struct llc_snap_hdr hdr; in send_via_shortcut()
553 skb_push(skb, sizeof(struct llc_snap_hdr)); in send_via_shortcut()
556 sizeof(struct llc_snap_hdr)); in send_via_shortcut()
703 sizeof(struct llc_snap_hdr)) == 0) { in mpc_push()
723 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA tagged data */ in mpc_push()
727 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA data */ in mpc_push()
738 tmp = skb->data + sizeof(struct llc_snap_hdr); in mpc_push()
[all …]
/Linux-v5.4/net/openvswitch/
Dflow.c369 struct llc_snap_hdr { in parse_ethertype() struct
376 struct llc_snap_hdr *llc; in parse_ethertype()
385 if (skb->len < sizeof(struct llc_snap_hdr)) in parse_ethertype()
388 if (unlikely(!pskb_may_pull(skb, sizeof(struct llc_snap_hdr)))) in parse_ethertype()
391 llc = (struct llc_snap_hdr *) skb->data; in parse_ethertype()
397 __skb_pull(skb, sizeof(struct llc_snap_hdr)); in parse_ethertype()
/Linux-v5.4/include/uapi/linux/
Datmmpc.h64 struct llc_snap_hdr { struct