Home | History | Annotate | Download | only in src

Lines Matching full:bytes_received

357 uint64_t      bytes_received = 0;
1976 &bytes_received, 1, 0, NETPERF_TYPE_UINT64);
3800 bytes_received = 0;
4379 bytes_received += rret;
4716 bytes_per_recv = (double) bytes_received / (double) local_receive_calls;
4720 bytes_xferd = (double) bytes_sent + bytes_received;
4869 local_recv_thruput = calc_thruput((double)bytes_received);
5385 bytes_received = 0;
5479 bytes_received += ret;
5714 omni_results->bytes_received_lo = bytes_received & 0x00000000FFFFFFFFULL;
5715 omni_results->bytes_received_hi = (bytes_received & 0xFFFFFFFF00000000ULL) >> 32;
6099 bytes_received,
6100 bytes_received / (double)local_receive_calls,