Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_ss_functions.c168 struct sctp_stream_out *strq, *strqt; in sctp_ss_default_select() local
178 strqt = asoc->ss_data.last_out_stream; in sctp_ss_default_select()
179 KASSERT(strqt == NULL || strqt->ss_params.scheduled, in sctp_ss_default_select()
180 ("last_out_stream %p not scheduled", (void *)strqt)); in sctp_ss_default_select()
183 if (strqt == NULL) { in sctp_ss_default_select()
186 strq = TAILQ_NEXT(strqt, ss_params.ss.rr.next_spoke); in sctp_ss_default_select()
211 strqt = strq; in sctp_ss_default_select()
307 struct sctp_stream_out *strqt; in sctp_ss_rr_add() local
315 strqt = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_rr_add()
316 while (strqt != NULL && (strqt->sid < strq->sid)) { in sctp_ss_rr_add()
[all …]