Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dstream_sched_rr.c31 pos = stream->rr_next->rr_list.next; in sctp_sched_rr_next_stream()
34 stream->rr_next = list_entry(pos, struct sctp_stream_out_ext, rr_list); in sctp_sched_rr_next_stream()
40 if (stream->rr_next == soute) in sctp_sched_rr_unsched()
48 stream->rr_next = NULL; in sctp_sched_rr_unsched()
61 if (!stream->rr_next) in sctp_sched_rr_sched()
62 stream->rr_next = soute; in sctp_sched_rr_sched()
80 stream->rr_next = NULL; in sctp_sched_rr_init()
124 soute = stream->rr_next; in sctp_sched_rr_dequeue()
/openbmc/linux/include/net/sctp/
H A Dstructs.h1479 struct sctp_stream_out_ext *rr_next; member