Lines Matching refs:sid
80 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() argument
86 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get() argument
100 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid() argument
103 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->rr_list); in sctp_sched_rr_init_sid()
118 __u16 sid; in sctp_sched_rr_enqueue() local
121 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_enqueue()
123 sctp_sched_rr_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_rr_enqueue()
153 __u16 sid; in sctp_sched_rr_dequeue_done() local
156 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_dequeue_done()
157 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_rr_dequeue_done()
173 __u16 sid; in sctp_sched_rr_sched_all() local
175 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_sched_all()
176 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_rr_sched_all()