sched_all          39 include/net/sctp/stream_sched.h 	void (*sched_all)(struct sctp_stream *steam);
sched_all         413 net/sctp/outqueue.c 	q->sched->sched_all(&asoc->stream);
sched_all         127 net/sctp/stream.c 	sched->sched_all(stream);
sched_all         214 net/sctp/stream.c 	sched->sched_all(stream);
sched_all         103 net/sctp/stream_sched.c 	.sched_all = sctp_sched_fcfs_sched_all,
sched_all         330 net/sctp/stream_sched_prio.c 	.sched_all = sctp_sched_prio_sched_all,
sched_all         184 net/sctp/stream_sched_rr.c 	.sched_all = sctp_sched_rr_sched_all,