Lines Matching refs:hdlc_header
35 struct hdlc_header { struct
78 struct hdlc_header *data; in cisco_hard_header()
83 skb_push(skb, sizeof(struct hdlc_header)); in cisco_hard_header()
84 data = (struct hdlc_header*)skb->data; in cisco_hard_header()
92 return sizeof(struct hdlc_header); in cisco_hard_header()
103 skb = dev_alloc_skb(sizeof(struct hdlc_header) + in cisco_keepalive_send()
132 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_type_trans()
134 if (skb->len < sizeof(struct hdlc_header)) in cisco_type_trans()
145 skb_pull(skb, sizeof(struct hdlc_header)); in cisco_type_trans()
158 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_rx()
164 if (skb->len < sizeof(struct hdlc_header)) in cisco_rx()
178 if ((skb->len != sizeof(struct hdlc_header) + in cisco_rx()
180 (skb->len != sizeof(struct hdlc_header) + in cisco_rx()
188 (struct hdlc_header)); in cisco_rx()