Searched defs:m_hdr (Results 1 – 1 of 1) sorted by relevance
149 struct m_hdr { struct150 struct mbuf *mh_next; /* next buffer in chain */151 struct mbuf *mh_nextpkt; /* next chain in queue/record */152 caddr_t mh_data; /* location of data */153 int mh_len; /* amount of data in this mbuf */154 int mh_flags; /* flags; see below */155 short mh_type; /* type of data in this mbuf */156 uint8_t pad[M_HDR_PAD];/* word align */206 struct m_hdr m_hdr; member