Searched refs:rr_next (Results 1 – 2 of 2) sorted by relevance
31 pos = stream->rr_next->rr_list.next; in sctp_sched_rr_next_stream()34 stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); in sctp_sched_rr_next_stream()40 if (stream->rr_next == soute) in sctp_sched_rr_unsched()48 stream->rr_next = NULL; in sctp_sched_rr_unsched()61 if (!stream->rr_next) in sctp_sched_rr_sched()62 stream->rr_next = soute; in sctp_sched_rr_sched()80 stream->rr_next = NULL; in sctp_sched_rr_init()129 soute = stream->rr_next; in sctp_sched_rr_dequeue()
1472 struct sctp_stream_out_ext *rr_next; member