Home
last modified time | relevance | path

Searched defs:m_hdr (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/sys/
H A Dmbuf.h146 struct m_hdr { struct
147 struct mbuf *mh_next; /* next buffer in chain */
148 struct mbuf *mh_nextpkt; /* next chain in queue/record */
149 char *mh_data; /* location of data */
150 struct mowner *mh_owner; /* mbuf owner */
151 int mh_len; /* amount of data in this mbuf */
152 int mh_flags; /* flags; see below */
153 paddr_t mh_paddr; /* physical address of mbuf */
154 short mh_type; /* type of data in this mbuf */