Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/skywalk/
H A Dskt_nslots.c56 uint32_t sendcount; in skt_nslots_common() local
66 sendcount = 0; in skt_nslots_common()
113 assert(slotsize >= sizeof(sendcount)); in skt_nslots_common()
121 now - start, sendcount, recvcount, nslots, in skt_nslots_common()
127 if (sendcount < nslots) { in skt_nslots_common()
174 if (sendcount == nslots || i == interval) { in skt_nslots_common()
180 memcpy((void *)prop.sp_buf_ptr, &sendcount, sizeof(sendcount)); in skt_nslots_common()
181 prop.sp_len = sizeof(sendcount); in skt_nslots_common()
183 sendcount++; in skt_nslots_common()