Lines Matching full:sid

150 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid,  in sctp_sched_prio_set()  argument
153 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
186 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get() argument
189 *value = SCTP_SO(stream, sid)->ext->prio_head->prio; in sctp_sched_prio_get()
200 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid() argument
203 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->prio_list); in sctp_sched_prio_init_sid()
204 return sctp_sched_prio_set(stream, sid, 0, gfp); in sctp_sched_prio_init_sid()
207 static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_prio_free_sid() argument
209 struct sctp_stream_priorities *prio = SCTP_SO(stream, sid)->ext->prio_head; in sctp_sched_prio_free_sid()
215 SCTP_SO(stream, sid)->ext->prio_head = NULL; in sctp_sched_prio_free_sid()
256 __u16 sid; in sctp_sched_prio_enqueue() local
259 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_enqueue()
261 sctp_sched_prio_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_prio_enqueue()
297 __u16 sid; in sctp_sched_prio_dequeue_done() local
302 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_dequeue_done()
303 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_prio_dequeue_done()
320 __u16 sid; in sctp_sched_prio_sched_all() local
322 sid = sctp_chunk_stream_no(ch); in sctp_sched_prio_sched_all()
323 sout = SCTP_SO(stream, sid); in sctp_sched_prio_sched_all()