Searched refs:drops (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h286 u_int32_t drops ; member in struct:dn_flow_queue
329 #define DN_NOERROR 0x0010 /* do not report ENOBUFS on drops */
452 u_int32_t drops ; member in struct:dn_flow_queue_32
483 #define DN_NOERROR 0x0010 /* do not report ENOBUFS on drops */
577 u_int32_t drops ; member in struct:dn_flow_queue_64
608 #define DN_NOERROR 0x0010 /* do not report ENOBUFS on drops */
H A Dip_dummynet.c427 qp->drops = q->drops;
448 qp->drops = q->drops;
1792 q->drops++ ;
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h236 @field drops Number of times allocation failed.
256 u_int32_t drops; /* times failed to find space */ member in struct:mbuf_stat
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c939 stats->drops = mbstat.m_drops;

Completed in 81 milliseconds