Home
last modified time | relevance | path

Searched refs:rr_next (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sctp/
Dstream_sched_rr.c46 pos = stream->rr_next->rr_list.next; in sctp_sched_rr_next_stream()
49 stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); in sctp_sched_rr_next_stream()
55 if (stream->rr_next == soute) in sctp_sched_rr_unsched()
63 stream->rr_next = NULL; in sctp_sched_rr_unsched()
76 if (!stream->rr_next) in sctp_sched_rr_sched()
77 stream->rr_next = soute; in sctp_sched_rr_sched()
95 stream->rr_next = NULL; in sctp_sched_rr_init()
140 soute = stream->rr_next; in sctp_sched_rr_dequeue()
/Linux-v4.19/include/net/sctp/
Dstructs.h1461 struct sctp_stream_out_ext *rr_next; member