Home | History | Annotate | Download | only in netperf

Lines Matching full:send_size

490     if (send_size == 0) {
492 send_size = lss_size;
495 send_size = 4096;
504 /* send_size is bigger than the socket size, so we must check... the */
508 send_width = (lss_size/send_size) + 1;
518 send_size,
556 test_bytes = send_size * msg_count;
727 send_ring->buffer_ptr, send_size,
729 0, 0, 0, 0, 0)) != send_size) {
753 units_this_tick += send_size;
782 bytes_remaining -= send_size;
811 sctp_recvmsg(send_socket, send_ring->buffer_ptr, send_size, NULL,
854 /* send_size, so we really didn't send what he asked for ;-) */
981 send_size, /* how large were the sends */
1009 send_size, /* how large were the sends */
1620 if (send_size == 0) {
1622 send_size = lss_size;
1625 send_size = 4096;
1634 /* send_size is bigger than the socket size, so we must check... the */
1638 send_width = (lss_size/send_size) + 1;
1648 send_size,
1686 test_bytes = send_size * msg_count;
1875 send_size,
1878 0, 0, 0, 0, 0)) != send_size) {
1905 units_this_tick += send_size;
1934 bytes_remaining -= send_size;
1976 send_size, NULL, 0, NULL, 0);
2019 /* send_size, so we really didn't send what he asked for ;-) */
2146 send_size, /* how large were the sends */
2174 send_size, /* how large were the sends */
3972 send_ring->buffer_ptr, send_size,
4004 send_ring->buffer_ptr, send_size,
4818 send_size = convert(optarg);
4831 /* send_size buffers malloc'd in the */