Searched refs:drops (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | ip_dummynet.h | 278 u_int32_t drops; member 443 u_int32_t drops; member 568 u_int32_t drops; member
|
| H A D | ip_dummynet.c | 490 qp->drops = q->drops; in cp_queue_to_32_user() 512 qp->drops = q->drops; in cp_queue_to_64_user() 1900 q->drops++; in dummynet_io()
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_netifdirect.c | 899 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 D | skt_xfer.c | 4828 int drops = XFER_TX_PKT_DROP_RATE; in skt_xfer_init_chan_event() local 4830 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_init_chan_event() 4839 int drops = 0; in skt_xfer_fini_chan_event() local 4841 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_fini_chan_event()
|
| /xnu-11417.121.6/doc/debugging/ |
| H A D | task_ref.md | 12 created it increments the reference count and when it exits that count drops.
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | kpi_mbuf.h | 266 u_int32_t drops; /* times failed to find space */ member
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kpi_mbuf.c | 1386 stats->drops = mbstat.m_drops; in mbuf_stats()
|
| H A D | uipc_mbuf.c | 1401 uint64_t drops = 0; in mbuf_stat_sync() local 1478 drops += stats.zbs_alloc_fail; in mbuf_stat_sync() 1518 mbstat.m_drops = drops; in mbuf_stat_sync()
|