Lines Matching refs:send_width
491 if (send_width == 0) { in send_sctp_stream()
492 send_width = (lss_size/send_size) + 1; in send_sctp_stream()
493 if (send_width == 1) send_width++; in send_sctp_stream()
501 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream()
1614 if (send_width == 0) { in send_sctp_stream_1toMany()
1615 send_width = (lss_size/send_size) + 1; in send_sctp_stream_1toMany()
1616 if (send_width == 1) send_width++; in send_sctp_stream_1toMany()
1624 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream_1toMany()
2692 if (send_width == 0) send_width = 1; in send_sctp_rr()
2696 send_ring = allocate_buffer_ring(send_width, in send_sctp_rr()
3313 if (send_width == 0) send_width = 1; in recv_sctp_rr()
3316 send_ring = allocate_buffer_ring(send_width, in recv_sctp_rr()
3750 if (send_width == 0) send_width = 1; in send_sctp_rr_1toMany()
3754 send_ring = allocate_buffer_ring(send_width, in send_sctp_rr_1toMany()
4364 if (send_width == 0) send_width = 1; in recv_sctp_rr_1toMany()
4367 send_ring = allocate_buffer_ring(send_width, in recv_sctp_rr_1toMany()
4797 send_width = convert(optarg); in scan_sctp_args()