Lines Matching refs:hdlc_header
35 struct hdlc_header { struct
79 struct hdlc_header *data; in cisco_hard_header()
84 skb_push(skb, sizeof(struct hdlc_header)); in cisco_hard_header()
85 data = (struct hdlc_header*)skb->data; in cisco_hard_header()
93 return sizeof(struct hdlc_header); in cisco_hard_header()
104 skb = dev_alloc_skb(sizeof(struct hdlc_header) + in cisco_keepalive_send()
133 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_type_trans()
135 if (skb->len < sizeof(struct hdlc_header)) in cisco_type_trans()
146 skb_pull(skb, sizeof(struct hdlc_header)); in cisco_type_trans()
159 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_rx()
165 if (skb->len < sizeof(struct hdlc_header)) in cisco_rx()
179 if ((skb->len != sizeof(struct hdlc_header) + in cisco_rx()
181 (skb->len != sizeof(struct hdlc_header) + in cisco_rx()
189 (struct hdlc_header)); in cisco_rx()