Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h279 struct mbuf_stat { struct
280 u_int32_t mbufs; /* mbufs obtained from page pool */
281 u_int32_t clusters; /* clusters obtained from page pool */
282 u_int32_t clfree; /* free clusters */
283 u_int32_t drops; /* times failed to find space */
284 u_int32_t wait; /* times waited for space */
285 u_int32_t drain; /* times drained protocols for space */
286 u_short mtypes[256]; /* type specific mbuf allocations */
287 u_int32_t mcfail; /* times m_copym failed */
288 u_int32_t mpfail; /* times m_pullup failed */
[all …]