Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.h277 u_int32_t drops; member
442 u_int32_t drops; member
567 u_int32_t drops; member
H A Dip_dummynet.c427 qp->drops = q->drops; in cp_queue_to_32_user()
449 qp->drops = q->drops; in cp_queue_to_64_user()
1773 q->drops++; in dummynet_io()
/xnu-8019.80.24/san/memory/
H A Dubsan_minimal.c313 SYSCTL_INT(_kern_ubsan_minimal, OID_AUTO, drops, CTLFLAG_RW | CTLFLAG_LOCKED, &ubsan_minimal_drop_e…
/xnu-8019.80.24/doc/
H A Dtask_ref.md10 created it increments the reference count and when it exits that count drops.
/xnu-8019.80.24/bsd/sys/
H A Dkpi_mbuf.h266 u_int32_t drops; /* times failed to find space */ member
/xnu-8019.80.24/bsd/kern/
H A Dkpi_mbuf.c1236 stats->drops = mbstat.m_drops; in mbuf_stats()