Searched defs:m_hdr (Results 1 – 1 of 1) sorted by relevance
178 struct m_hdr { struct179 struct mbuf *mh_next; /* next buffer in chain */180 struct mbuf *mh_nextpkt; /* next chain in queue/record */181 caddr_t mh_data; /* location of data */182 int mh_len; /* amount of data in this mbuf */183 int mh_flags; /* flags; see below */184 short mh_type; /* type of data in this mbuf */185 uint8_t pad[M_HDR_PAD];/* word align */235 struct m_hdr m_hdr; member