Lines Matching refs:send_width

1410     if (send_width == 0) {  in send_tcp_stream()
1411 send_width = (lss_size/send_size) + 1; in send_tcp_stream()
1412 if (send_width == 1) send_width++; in send_tcp_stream()
1420 send_ring = allocate_buffer_ring(send_width, in send_tcp_stream()
2836 if (send_width == 0) { in send_exs_tcp_stream()
2837 send_width = (lss_size/send_size) + 1; in send_exs_tcp_stream()
2838 if (send_width == 1) send_width++; in send_exs_tcp_stream()
2846 send_ring = allocate_exs_buffer_ring(send_width, in send_exs_tcp_stream()
3634 if (send_width == 0) {
3635 send_width = (lss_size/send_size) + 1;
3636 if (send_width == 1) send_width++;
3646 send_ring = alloc_sendfile_buf_ring(send_width,
4698 if (send_width == 0) { in recv_tcp_maerts()
4699 send_width = (lsr_size/send_size) + 1; in recv_tcp_maerts()
4700 if (send_width == 1) send_width++; in recv_tcp_maerts()
4703 send_ring = allocate_buffer_ring(send_width, in recv_tcp_maerts()
5087 if (send_width == 0) send_width = 1; in send_tcp_rr()
5091 send_ring = allocate_buffer_ring(send_width, in send_tcp_rr()
5841 if (send_width == 0) send_width = 32; in send_udp_stream()
5844 send_ring = allocate_buffer_ring(send_width, in send_udp_stream()
6713 if (send_width == 0) send_width = 1; in send_udp_rr()
6717 send_ring = allocate_buffer_ring(send_width, in send_udp_rr()
7298 if (send_width == 0) send_width = 1; in recv_udp_rr()
7306 send_ring = allocate_buffer_ring(send_width, in recv_udp_rr()
7615 if (send_width == 0) send_width = 1; in recv_tcp_rr()
7618 send_ring = allocate_buffer_ring(send_width, in recv_tcp_rr()
8076 if (send_width == 0) send_width = 1; in send_tcp_conn_rr()
8079 send_ring = allocate_buffer_ring(send_width, in send_tcp_conn_rr()
9169 if (send_width == 0) send_width = 1; in send_tcp_tran_rr()
9172 send_ring = allocate_buffer_ring(send_width, in send_tcp_tran_rr()
10253 if (send_width == 0) send_width = 1; in send_tcp_nbrr()
10257 send_ring = allocate_buffer_ring(send_width, in send_tcp_nbrr()
10827 if (send_width == 0) send_width = 1; in recv_tcp_nbrr()
10830 send_ring = allocate_buffer_ring(send_width, in recv_tcp_nbrr()
12236 send_width = convert(optarg); in scan_sockets_args()