Lines Matching defs:stream
27 static void sctp_sched_rr_next_stream(struct sctp_stream *stream) in sctp_sched_rr_next_stream()
37 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched()
51 static void sctp_sched_rr_sched(struct sctp_stream *stream, in sctp_sched_rr_sched()
65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set()
71 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get()
77 static int sctp_sched_rr_init(struct sctp_stream *stream) in sctp_sched_rr_init()
85 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid()
93 static void sctp_sched_rr_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_rr_free_sid()
97 static void sctp_sched_rr_free(struct sctp_stream *stream) in sctp_sched_rr_free()
105 struct sctp_stream *stream; in sctp_sched_rr_enqueue() local
117 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_rr_dequeue() local
154 static void sctp_sched_rr_sched_all(struct sctp_stream *stream) in sctp_sched_rr_sched_all()
171 static void sctp_sched_rr_unsched_all(struct sctp_stream *stream) in sctp_sched_rr_unsched_all()