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

/linux-master/include/net/sctp/
H A Dstream_sched.h39 void (*sched_all)(struct sctp_stream *steam); member in struct:sctp_sched_ops
/linux-master/net/sctp/
H A Dstream_sched_fc.c200 .sched_all = sctp_sched_fc_sched_all,
218 .sched_all = sctp_sched_fc_sched_all,
H A Dstream_sched_rr.c183 .sched_all = sctp_sched_rr_sched_all,
H A Dstream_sched_prio.c312 .sched_all = sctp_sched_prio_sched_all,
H A Dstream_sched.c103 .sched_all = sctp_sched_fcfs_sched_all,
H A Dstream.c147 sched->sched_all(stream);
221 sched->sched_all(stream);
H A Doutqueue.c417 q->sched->sched_all(&asoc->stream);

Completed in 213 milliseconds