Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h262 struct mbuf_stat { struct
263 u_int32_t mbufs; /* mbufs obtained from page pool */
264 u_int32_t clusters; /* clusters obtained from page pool */
265 u_int32_t clfree; /* free clusters */
266 u_int32_t drops; /* times failed to find space */
267 u_int32_t wait; /* times waited for space */
268 u_int32_t drain; /* times drained protocols for space */
269 u_short mtypes[256]; /* type specific mbuf allocations */
270 u_int32_t mcfail; /* times m_copym failed */
271 u_int32_t mpfail; /* times m_pullup failed */
[all …]