Home
last modified time | relevance | path

Searched refs:sctp_sched_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/sctp/
Dstream_sched.c109 static struct sctp_sched_ops sctp_sched_fcfs = {
129 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable
132 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()
Dstream_sched_rr.c190 static struct sctp_sched_ops sctp_sched_rr = {
Dstream_sched_prio.c336 static struct sctp_sched_ops sctp_sched_prio = {
Dstream.c187 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()
/Linux-v4.19/include/net/sctp/
Dstream_sched.h34 struct sctp_sched_ops { struct
70 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument
73 struct sctp_sched_ops *sched_ops);
Dstructs.h1073 struct sctp_sched_ops *sched;