Lines Matching refs:hdlc_header
50 struct hdlc_header {
142 struct hdlc_header *data = (struct hdlc_header *)skb->data;
144 if (skb->len < sizeof(struct hdlc_header))
152 skb_pull(skb, sizeof(struct hdlc_header));
156 skb_pull(skb, sizeof(struct hdlc_header));
168 struct hdlc_header *data;
173 skb_push(skb, sizeof(struct hdlc_header));
174 data = (struct hdlc_header *)skb->data;
193 return sizeof(struct hdlc_header);
220 skb = dev_alloc_skb(sizeof(struct hdlc_header) +
225 skb_reserve(skb, sizeof(struct hdlc_header));
435 struct hdlc_header *hdr = (struct hdlc_header *)skb->data;
450 if (skb->len < sizeof(struct hdlc_header))
452 cp = skb_pull(skb, sizeof(struct hdlc_header));
697 dev->hard_header_len = sizeof(struct hdlc_header);