Lines Matching refs:hdlc_header
32 struct hdlc_header { struct
76 struct hdlc_header *data; in cisco_hard_header()
81 skb_push(skb, sizeof(struct hdlc_header)); in cisco_hard_header()
82 data = (struct hdlc_header*)skb->data; in cisco_hard_header()
90 return sizeof(struct hdlc_header); in cisco_hard_header()
101 skb = dev_alloc_skb(sizeof(struct hdlc_header) + in cisco_keepalive_send()
131 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_type_trans()
133 if (skb->len < sizeof(struct hdlc_header)) in cisco_type_trans()
144 skb_pull(skb, sizeof(struct hdlc_header)); in cisco_type_trans()
157 struct hdlc_header *data = (struct hdlc_header*)skb->data; in cisco_rx()
163 if (skb->len < sizeof(struct hdlc_header)) in cisco_rx()
177 if ((skb->len != sizeof(struct hdlc_header) + in cisco_rx()
179 (skb->len != sizeof(struct hdlc_header) + in cisco_rx()
187 (struct hdlc_header)); in cisco_rx()
374 dev->hard_header_len = sizeof(struct hdlc_header); in cisco_ioctl()