Lines Matching refs:sctp_sched_ops
94 static struct sctp_sched_ops sctp_sched_fcfs = {
114 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable
117 struct sctp_sched_ops *sched_ops) in sctp_sched_ops_register()
119 sctp_sched_ops[sched] = sched_ops; in sctp_sched_ops_register()
133 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_free_sched()
151 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
153 struct sctp_sched_ops *n; in sctp_sched_set_sched()
160 n = sctp_sched_ops[sched]; in sctp_sched_set_sched()
200 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()
266 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()
273 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()