Lines Matching refs:sid

27 static int sctp_sched_wfq_set(struct sctp_stream *stream, __u16 sid,  in sctp_sched_wfq_set()  argument
30 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_set()
39 static int sctp_sched_wfq_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_get() argument
42 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_wfq_get()
48 static int sctp_sched_fc_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_set() argument
54 static int sctp_sched_fc_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_get() argument
67 static int sctp_sched_fc_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_init_sid() argument
70 struct sctp_stream_out_ext *soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_init_sid()
79 static void sctp_sched_fc_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fc_free_sid() argument
103 __u16 sid; in sctp_sched_fc_enqueue() local
106 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_enqueue()
108 sctp_sched_fc_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_fc_enqueue()
137 __u16 sid, i; in sctp_sched_fc_dequeue_done() local
139 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_dequeue_done()
140 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_fc_dequeue_done()
176 __u16 sid = sctp_chunk_stream_no(ch); in sctp_sched_fc_sched_all() local
178 if (SCTP_SO(stream, sid)->ext) in sctp_sched_fc_sched_all()
179 sctp_sched_fc_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_fc_sched_all()