rr_next 1460 include/net/sctp/structs.h struct sctp_stream_out_ext *rr_next; rr_next 31 net/sctp/stream_sched_rr.c pos = stream->rr_next->rr_list.next; rr_next 34 net/sctp/stream_sched_rr.c stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); rr_next 40 net/sctp/stream_sched_rr.c if (stream->rr_next == soute) rr_next 48 net/sctp/stream_sched_rr.c stream->rr_next = NULL; rr_next 61 net/sctp/stream_sched_rr.c if (!stream->rr_next) rr_next 62 net/sctp/stream_sched_rr.c stream->rr_next = soute; rr_next 80 net/sctp/stream_sched_rr.c stream->rr_next = NULL; rr_next 125 net/sctp/stream_sched_rr.c soute = stream->rr_next;