Searched refs:hdlc_header (Results 1 – 1 of 1) sorted by relevance
31 struct hdlc_header { struct70 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()[all …]