Lines Matching refs:recv_ring
1073 struct ring_elt *recv_ring; in recv_sctp_stream() local
1205 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_stream()
1319 message_int_ptr = (int *)recv_ring->buffer_ptr; in recv_sctp_stream()
1334 recv_ring->buffer_ptr, recv_size, in recv_sctp_stream()
1365 if (sctp_process_event(s_data, recv_ring->buffer_ptr) == SCTP_CLOSE) in recv_sctp_stream()
1375 recv_ring = recv_ring->next; in recv_sctp_stream()
1382 message_int_ptr = (int *)(recv_ring->buffer_ptr); in recv_sctp_stream()
2235 struct ring_elt *recv_ring; in recv_sctp_stream_1toMany() local
2366 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_stream_1toMany()
2459 message_int_ptr = (int *)recv_ring->buffer_ptr; in recv_sctp_stream_1toMany()
2473 while ((len = sctp_recvmsg(s_recv, recv_ring->buffer_ptr, recv_size, in recv_sctp_stream_1toMany()
2488 if (sctp_process_event(s_recv, recv_ring->buffer_ptr) == SCTP_CLOSE) in recv_sctp_stream_1toMany()
2498 recv_ring = recv_ring->next; in recv_sctp_stream_1toMany()
2505 message_int_ptr = (int *)(recv_ring->buffer_ptr); in recv_sctp_stream_1toMany()
2629 struct ring_elt *recv_ring; local
2684 recv_ring = NULL;
2721 if (recv_ring == NULL) {
2722 recv_ring = allocate_buffer_ring(recv_width,
2946 temp_message_ptr = recv_ring->buffer_ptr;
2967 recv_ring = recv_ring->next;
3261 struct ring_elt *recv_ring; in recv_sctp_rr() local
3341 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_rr()
3500 temp_message_ptr = recv_ring->buffer_ptr; in recv_sctp_rr()
3523 recv_ring = recv_ring->next; in recv_sctp_rr()
3682 struct ring_elt *recv_ring; local
3736 recv_ring = NULL;
3782 if (recv_ring == NULL) {
3783 recv_ring = allocate_buffer_ring(recv_width,
4020 temp_message_ptr = recv_ring->buffer_ptr;
4040 recv_ring = recv_ring->next;
4313 struct ring_elt *recv_ring; in recv_sctp_rr_1toMany() local
4396 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_rr_1toMany()
4559 recv_ring->buffer_ptr, in recv_sctp_rr_1toMany()
4577 recv_ring = recv_ring->next; in recv_sctp_rr_1toMany()