Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstream_sched.h41 void (*sched_all)(struct sctp_stream *steam); member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dstream_sched_rr.c189 .sched_all = sctp_sched_rr_sched_all,
H A Dstream_sched.c108 .sched_all = sctp_sched_fcfs_sched_all,
H A Dstream_sched_prio.c349 .sched_all = sctp_sched_prio_sched_all,
H A Dstream.c147 sched->sched_all(stream); in sctp_stream_init()
221 sched->sched_all(stream); in sctp_stream_update()
H A Doutqueue.c417 q->sched->sched_all(&asoc->stream); in sctp_prsctp_prune_unsent()