Lines Matching refs:hdlc_header
31 struct hdlc_header { struct
70 struct hdlc_header *data; in cisco_hard_header()
75 skb_push(skb, sizeof(struct hdlc_header)); in cisco_hard_header()
76 data = (struct hdlc_header *)skb->data; in cisco_hard_header()
84 return sizeof(struct hdlc_header); in cisco_hard_header()
93 skb = dev_alloc_skb(sizeof(struct hdlc_header) + in cisco_keepalive_send()
120 struct hdlc_header *data = (struct hdlc_header *)skb->data; in cisco_type_trans()
122 if (skb->len < sizeof(struct hdlc_header)) in cisco_type_trans()
133 skb_pull(skb, sizeof(struct hdlc_header)); in cisco_type_trans()
145 struct hdlc_header *data = (struct hdlc_header *)skb->data; in cisco_rx()
151 if (skb->len < sizeof(struct hdlc_header)) in cisco_rx()
165 if ((skb->len != sizeof(struct hdlc_header) + in cisco_rx()
167 (skb->len != sizeof(struct hdlc_header) + in cisco_rx()
175 (struct hdlc_header)); in cisco_rx()
357 dev->hard_header_len = sizeof(struct hdlc_header); in cisco_ioctl()