Searched refs:sctp_sched_ops (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/sctp/
H A Dstream_sched.h19 struct sctp_sched_ops { struct
55 struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
58 struct sctp_sched_ops *sched_ops);
H A Dstructs.h1081 struct sctp_sched_ops *sched;
/linux-master/net/sctp/
H 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 in typeref:struct:sctp_sched_ops
117 struct sctp_sched_ops *sched_ops)
119 sctp_sched_ops[sched] = sched_ops;
133 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
151 struct sctp_sched_ops *old = asoc->outqueue.sched;
153 struct sctp_sched_ops *n;
160 n = sctp_sched_ops[sched];
200 if (asoc->outqueue.sched == sctp_sched_ops[
[all...]
H A Dstream_sched_fc.c191 static struct sctp_sched_ops sctp_sched_fc = {
209 static struct sctp_sched_ops sctp_sched_wfq = {
H A Dstream_sched_rr.c174 static struct sctp_sched_ops sctp_sched_rr = {
H A Dstream_sched_prio.c303 static struct sctp_sched_ops sctp_sched_prio = {
H A Dstream.c57 struct sctp_sched_ops *sched;
133 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
185 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
210 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);

Completed in 147 milliseconds