Lines Matching refs:sid
65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set() argument
71 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get() argument
85 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid() argument
88 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->rr_list); in sctp_sched_rr_init_sid()
103 __u16 sid; in sctp_sched_rr_enqueue() local
106 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_enqueue()
108 sctp_sched_rr_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_rr_enqueue()
138 __u16 sid; in sctp_sched_rr_dequeue_done() local
141 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_dequeue_done()
142 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_rr_dequeue_done()
158 __u16 sid; in sctp_sched_rr_sched_all() local
160 sid = sctp_chunk_stream_no(ch); in sctp_sched_rr_sched_all()
161 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_rr_sched_all()