Searched refs:hdlc_header (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_cisco.c35 struct hdlc_header { struct
78 struct hdlc_header *data;
83 skb_push(skb, sizeof(struct hdlc_header));
84 data = (struct hdlc_header*)skb->data;
92 return sizeof(struct hdlc_header);
103 skb = dev_alloc_skb(sizeof(struct hdlc_header) +
134 struct hdlc_header *data = (struct hdlc_header*)skb->data;
136 if (skb->len < sizeof(struct hdlc_header))
147 skb_pull(skb, sizeof(struct hdlc_header));
[all...]
H A Dhdlc_ppp.c52 struct hdlc_header { struct
144 struct hdlc_header *data = (struct hdlc_header*)skb->data;
146 if (skb->len < sizeof(struct hdlc_header))
154 skb_pull(skb, sizeof(struct hdlc_header));
158 skb_pull(skb, sizeof(struct hdlc_header));
171 struct hdlc_header *data;
176 skb_push(skb, sizeof(struct hdlc_header));
177 data = (struct hdlc_header*)skb->data;
196 return sizeof(struct hdlc_header);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_cisco.c35 struct hdlc_header { struct
78 struct hdlc_header *data;
83 skb_push(skb, sizeof(struct hdlc_header));
84 data = (struct hdlc_header*)skb->data;
92 return sizeof(struct hdlc_header);
103 skb = dev_alloc_skb(sizeof(struct hdlc_header) +
134 struct hdlc_header *data = (struct hdlc_header*)skb->data;
136 if (skb->len < sizeof(struct hdlc_header))
147 skb_pull(skb, sizeof(struct hdlc_header));
[all...]
H A Dhdlc_ppp.c52 struct hdlc_header { struct
144 struct hdlc_header *data = (struct hdlc_header*)skb->data;
146 if (skb->len < sizeof(struct hdlc_header))
154 skb_pull(skb, sizeof(struct hdlc_header));
158 skb_pull(skb, sizeof(struct hdlc_header));
171 struct hdlc_header *data;
176 skb_push(skb, sizeof(struct hdlc_header));
177 data = (struct hdlc_header*)skb->data;
196 return sizeof(struct hdlc_header);
[all...]

Completed in 115 milliseconds