Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstream_sched.h43 void (*unsched_all)(struct sctp_stream *steam); member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dstream_sched_rr.c190 .unsched_all = sctp_sched_rr_unsched_all,
H A Dstream.c145 sched->unsched_all(stream); in sctp_stream_init()
188 sched->unsched_all(stream); in sctp_stream_free()
212 sched->unsched_all(stream); in sctp_stream_update()
H A Dstream_sched.c109 .unsched_all = sctp_sched_fcfs_unsched_all,
H A Dstream_sched_prio.c350 .unsched_all = sctp_sched_prio_unsched_all,
H A Doutqueue.c389 q->sched->unsched_all(&asoc->stream); in sctp_prsctp_prune_unsent()