Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dstream_sched.c94 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()
131 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_free_sched()
149 struct sctp_sched_ops *n = sctp_sched_ops[sched]; in sctp_sched_set_sched()
150 struct sctp_sched_ops *old = asoc->outqueue.sched; in sctp_sched_set_sched()
197 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()
263 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()
270 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
A Dstream_sched_rr.c174 static struct sctp_sched_ops sctp_sched_rr = {
A 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()
A Dstream_sched_prio.c303 static struct sctp_sched_ops sctp_sched_prio = {
/linux-6.3-rc2/include/net/sctp/
A Dstream_sched.h19 struct sctp_sched_ops { struct
55 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream); argument
58 struct sctp_sched_ops *sched_ops);
A Dstructs.h1084 struct sctp_sched_ops *sched;

Completed in 13 milliseconds