Searched refs:sctp_sched_ops (Results 1 – 6 of 6) sorted by relevance
94 static struct sctp_sched_ops sctp_sched_fcfs = {114 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable117 struct sctp_sched_ops *sched_ops) in sctp_sched_ops_register()119 sctp_sched_ops[sched] = sched_ops; in sctp_sched_ops_register()132 struct sctp_sched_ops *n = sctp_sched_ops[sched]; in sctp_sched_set_sched()133 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()193 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()259 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()266 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
175 static struct sctp_sched_ops sctp_sched_rr = {
122 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_init()187 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_free()212 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_update()
321 static struct sctp_sched_ops sctp_sched_prio = {
19 struct sctp_sched_ops { struct55 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument58 struct sctp_sched_ops *sched_ops);
1084 struct sctp_sched_ops *sched;
Completed in 15 milliseconds