Lines Matching refs:sent

1161 	u_int n, sent, head = ring->head;
1169 for (sent = 0; sent < count; sent++) {
1179 for (sent = 0; sent < count && n >= frags; sent++, n--) {
1229 if (sent) {
1233 if (sent < count) {
1238 return (sent);
1291 uint64_t sent = 0, n = targ->g->npackets;
1315 while (!targ->cancel && (n == 0 || sent < n)) {
1329 if (n > 0 && n - sent < limit)
1330 limit = n - sent;
1343 bcopy(&sent, p+42, sizeof(sent));
1347 sent++;
1353 targ->ctr.pkts = sent;
1354 targ->ctr.bytes = sent*size;
1399 (unsigned long long)sent,
1413 //D("tx %d rx %d", sent, rx);
1454 if (sent > 0) {
1456 (long long unsigned)sent, (int)g_min,
1457 (int)((double)g_av/sent));
1479 uint64_t sent = 0, n = targ->g->npackets;
1488 while (!targ->cancel && (n == 0 || sent < n)) {
1534 sent++;
1538 targ->ctr.pkts = sent;
1542 //D("tx %d rx %d", sent, rx);
1563 uint64_t sent = 0;
1595 for (i = 0; !targ->cancel && (n == 0 || sent < n); i++) {
1597 sent++;
1600 targ->ctr.pkts = sent;
1601 targ->ctr.bytes = sent*size;
1602 targ->ctr.events = sent;
1610 for (i = 0; !targ->cancel && (n == 0 || sent < n); i++) {
1612 sent++;
1615 targ->ctr.pkts = sent;
1616 targ->ctr.bytes = sent*size;
1617 targ->ctr.events = sent;
1639 while (!targ->cancel && (n == 0 || sent < n)) {
1675 if (options & OPT_COPY && sent > 100000 && !(targ->g->options & OPT_COPY) ) {
1683 if (n > 0 && n == sent)
1686 if (n > 0 && n - sent < limit)
1687 limit = n - sent;
1701 sent += m;
1704 targ->ctr.pkts = sent;
1736 targ->ctr.pkts = sent;
1737 targ->ctr.bytes = sent*size;
1917 int64_t sent = 0;
2013 limit = sent + limit; /* Convert to absolute. */
2016 sent < limit; sent++, sequence++) {
2050 if (sent == limit - 1) {
2066 targ->ctr.pkts = sent;
2067 targ->ctr.bytes = sent * size;
2087 targ->ctr.pkts = sent;
2088 targ->ctr.bytes = sent * size;