Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dmbuf.h150 struct m_hdr { struct
151 struct mbuf *mh_next; /* next buffer in chain */
152 struct mbuf *mh_nextpkt; /* next chain in queue/record */
153 char *mh_data; /* location of data */
154 struct mowner *mh_owner; /* mbuf owner */
155 int mh_len; /* amount of data in this mbuf */
156 int mh_flags; /* flags; see below */
157 paddr_t mh_paddr; /* physical address of mbuf */
158 short mh_type; /* type of data in this mbuf */