Home
last modified time | relevance | path

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

/Linux-v6.1/net/sctp/
Dstream_sched.c98 static struct sctp_sched_ops sctp_sched_fcfs = {
119 static struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1]; variable
122 struct sctp_sched_ops *sched_ops) in sctp_sched_ops_register()
124 sctp_sched_ops[sched] = sched_ops; in sctp_sched_ops_register()
137 struct sctp_sched_ops *n = sctp_sched_ops[sched]; in sctp_sched_set_sched()
138 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
195 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()
261 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()
268 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
Dstream_sched_rr.c179 static struct sctp_sched_ops sctp_sched_rr = {
Dstream.c57 struct sctp_sched_ops *sched; in sctp_stream_free_ext()
133 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_init()
185 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_free()
210 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_update()
Dstream_sched_prio.c339 static struct sctp_sched_ops sctp_sched_prio = {
/Linux-v6.1/include/net/sctp/
Dstream_sched.h19 struct sctp_sched_ops { struct
57 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument
60 struct sctp_sched_ops *sched_ops);
Dstructs.h1083 struct sctp_sched_ops *sched;