Lines Matching refs:send_size
474 if (send_size == 0) { in send_sctp_stream()
476 send_size = lss_size; in send_sctp_stream()
479 send_size = 4096; in send_sctp_stream()
492 send_width = (lss_size/send_size) + 1; in send_sctp_stream()
502 send_size, in send_sctp_stream()
540 test_bytes = send_size * msg_count; in send_sctp_stream()
711 send_ring->buffer_ptr, send_size, in send_sctp_stream()
713 0, 0, 0, 0, 0)) != send_size) { in send_sctp_stream()
736 units_this_tick += send_size; in send_sctp_stream()
765 bytes_remaining -= send_size; in send_sctp_stream()
794 sctp_recvmsg(send_socket, send_ring->buffer_ptr, send_size, NULL, in send_sctp_stream()
964 send_size, /* how large were the sends */ in send_sctp_stream()
992 send_size, /* how large were the sends */ in send_sctp_stream()
1597 if (send_size == 0) { in send_sctp_stream_1toMany()
1599 send_size = lss_size; in send_sctp_stream_1toMany()
1602 send_size = 4096; in send_sctp_stream_1toMany()
1615 send_width = (lss_size/send_size) + 1; in send_sctp_stream_1toMany()
1625 send_size, in send_sctp_stream_1toMany()
1663 test_bytes = send_size * msg_count; in send_sctp_stream_1toMany()
1852 send_size, in send_sctp_stream_1toMany()
1855 0, 0, 0, 0, 0)) != send_size) { in send_sctp_stream_1toMany()
1881 units_this_tick += send_size; in send_sctp_stream_1toMany()
1910 bytes_remaining -= send_size; in send_sctp_stream_1toMany()
1952 send_size, NULL, 0, NULL, 0); in send_sctp_stream_1toMany()
2122 send_size, /* how large were the sends */ in send_sctp_stream_1toMany()
2150 send_size, /* how large were the sends */ in send_sctp_stream_1toMany()
3939 send_ring->buffer_ptr, send_size, in send_sctp_rr_1toMany()
3971 send_ring->buffer_ptr, send_size, in send_sctp_rr_1toMany()
4780 send_size = convert(optarg); in scan_sctp_args()