Lines Matching refs:hdlc_header
798 struct hdlc_header *hdlc;
831 M_PREPEND(m, sizeof(struct hdlc_header), M_DONTWAIT);
834 hdlc = mtod(m, struct hdlc_header *);
844 M_PREPEND(m, sizeof(struct hdlc_header), M_DONTWAIT);
847 hdlc = mtod(m, struct hdlc_header *);
1534 struct hdlc_header *hdlc;
1558 if (len < sizeof(struct hdlc_header)) {
1572 m = m_pullup(m, sizeof(struct hdlc_header));
1582 hdlc = mtod(m, struct hdlc_header *);
1588 m->m_pkthdr.len -= sizeof(struct hdlc_header);
1589 m->m_data += sizeof(struct hdlc_header);
1590 m->m_len -= sizeof(struct hdlc_header);
1598 m->m_pkthdr.len -= sizeof(struct hdlc_header);
1599 m->m_data += sizeof(struct hdlc_header);
1600 m->m_len -= sizeof(struct hdlc_header);