Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A 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()
198 if (asoc->outqueue.sched == sctp_sched_ops[i]) in sctp_sched_get_sched()
264 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_init_sid()
271 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream) in sctp_sched_ops_from_stream()
H 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()
H A Dstream_sched_rr.c179 static struct sctp_sched_ops sctp_sched_rr = {
H A Dstream_sched_prio.c339 static struct sctp_sched_ops sctp_sched_prio = {
/OK3568_Linux_fs/kernel/include/net/sctp/
H A 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);
H A Dstructs.h1059 struct sctp_sched_ops *sched;