Home
last modified time | relevance | path

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

/xnu-11215/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.c435 qp->drops = q->drops; in cp_queue_to_32_user()
457 qp->drops = q->drops; in cp_queue_to_64_user()
1776 q->drops++; in dummynet_io()
/xnu-11215/tests/skywalk/
H A Dskt_netifdirect.c899 int drops = NETIF_TX_PKT_DROP_RATE; in skt_netifdirect_init_chan_events() local
901 NULL, 0, &drops, sizeof(drops)) == 0); in skt_netifdirect_init_chan_events()
935 int drops = 0; in skt_netifdirect_fini_chan_events() local
937 NULL, 0, &drops, sizeof(drops)) == 0); in skt_netifdirect_fini_chan_events()
H A Dskt_xfer.c4856 int drops = XFER_TX_PKT_DROP_RATE; in skt_xfer_init_chan_event() local
4858 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_init_chan_event()
4867 int drops = 0; in skt_xfer_fini_chan_event() local
4869 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_fini_chan_event()
/xnu-11215/doc/debugging/
H A Dtask_ref.md12 created it increments the reference count and when it exits that count drops.
/xnu-11215/bsd/sys/
H A Dkpi_mbuf.h266 u_int32_t drops; /* times failed to find space */ member
/xnu-11215/bsd/kern/
H A Dkpi_mbuf.c1238 stats->drops = mbstat.m_drops; in mbuf_stats()
H A Duipc_mbuf.c1407 uint64_t drops = 0; in mbuf_stat_sync() local
1484 drops += stats.zbs_alloc_fail; in mbuf_stat_sync()
1524 mbstat.m_drops = drops; in mbuf_stat_sync()