Searched refs:drops (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/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-12377.61.12/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 | 4954 int drops = XFER_TX_PKT_DROP_RATE; in skt_xfer_init_chan_event() local 4956 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_init_chan_event() 4965 int drops = 0; in skt_xfer_fini_chan_event() local 4967 NULL, 0, &drops, sizeof(drops)) == 0); in skt_xfer_fini_chan_event()
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | task_ref.md | 12 created it increments the reference count and when it exits that count drops.
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | kpi_mbuf.h | 283 u_int32_t drops; /* times failed to find space */ member
|
| /xnu-12377.61.12/doc/allocators/ |
| H A D | guard-objects.md | 151 the available count drops to 0, and causes the chunk to now be full,
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf.c | 560 uint64_t drops = 0; in mbuf_stat_sync() local 572 drops += stats.zbs_alloc_fail; in mbuf_stat_sync() 612 mbstat.m_drops = drops; in mbuf_stat_sync()
|
| H A D | kpi_mbuf.c | 1397 stats->drops = mbstat.m_drops; in mbuf_stats()
|