Searched refs:sctp_sched_ops (Results 1 – 6 of 6) sorted by relevance
109 static struct sctp_sched_ops sctp_sched_fcfs = {129 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable132 struct sctp_sched_ops *sched_ops) in sctp_sched_ops_register()134 sctp_sched_ops[sched] = sched_ops; in sctp_sched_ops_register()147 struct sctp_sched_ops *n = sctp_sched_ops[sched]; in sctp_sched_set_sched()148 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()208 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()274 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()281 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
190 static struct sctp_sched_ops sctp_sched_rr = {
336 static struct sctp_sched_ops sctp_sched_prio = {
187 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_init()247 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_free()272 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_update()
34 struct sctp_sched_ops { struct70 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument73 struct sctp_sched_ops *sched_ops);
1073 struct sctp_sched_ops *sched;