Lines Matching refs:sctp_stream
40 static void sctp_sched_rr_unsched_all(struct sctp_stream *stream);
42 static void sctp_sched_rr_next_stream(struct sctp_stream *stream) in sctp_sched_rr_next_stream()
52 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched()
66 static void sctp_sched_rr_sched(struct sctp_stream *stream, in sctp_sched_rr_sched()
80 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set()
86 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get()
92 static int sctp_sched_rr_init(struct sctp_stream *stream) in sctp_sched_rr_init()
100 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid()
108 static void sctp_sched_rr_free(struct sctp_stream *stream) in sctp_sched_rr_free()
116 struct sctp_stream *stream; in sctp_sched_rr_enqueue()
128 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_rr_dequeue()
165 static void sctp_sched_rr_sched_all(struct sctp_stream *stream) in sctp_sched_rr_sched_all()
182 static void sctp_sched_rr_unsched_all(struct sctp_stream *stream) in sctp_sched_rr_unsched_all()