Symbol: sctp_sched_ops
include/net/sctp/stream_sched.h
55
const struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream);
include/net/sctp/stream_sched.h
58
const struct sctp_sched_ops *sched_ops);
include/net/sctp/structs.h
1072
const struct sctp_sched_ops *sched;
net/sctp/stream.c
133
const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
net/sctp/stream.c
185
const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
net/sctp/stream.c
210
const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
net/sctp/stream.c
57
const struct sctp_sched_ops *sched;
net/sctp/stream_sched.c
114
static const struct sctp_sched_ops *sctp_sched_ops[SCTP_SS_MAX + 1];
net/sctp/stream_sched.c
117
const struct sctp_sched_ops *sched_ops)
net/sctp/stream_sched.c
119
sctp_sched_ops[sched] = sched_ops;
net/sctp/stream_sched.c
133
const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
net/sctp/stream_sched.c
151
const struct sctp_sched_ops *old = asoc->outqueue.sched;
net/sctp/stream_sched.c
153
const struct sctp_sched_ops *n;
net/sctp/stream_sched.c
160
n = sctp_sched_ops[sched];
net/sctp/stream_sched.c
200
if (asoc->outqueue.sched == sctp_sched_ops[i])
net/sctp/stream_sched.c
266
const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream);
net/sctp/stream_sched.c
273
const struct sctp_sched_ops *sctp_sched_ops_from_stream(struct sctp_stream *stream)
net/sctp/stream_sched.c
94
static const struct sctp_sched_ops sctp_sched_fcfs = {
net/sctp/stream_sched_fc.c
191
static const struct sctp_sched_ops sctp_sched_fc = {
net/sctp/stream_sched_fc.c
209
static const struct sctp_sched_ops sctp_sched_wfq = {
net/sctp/stream_sched_prio.c
303
static const struct sctp_sched_ops sctp_sched_prio = {
net/sctp/stream_sched_rr.c
174
static const struct sctp_sched_ops sctp_sched_rr = {