HomeSort by relevance Sort by last modified time
    Searched full:strqt (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 173 struct sctp_stream_out *strq, *strqt; local
175 strqt = asoc->last_out_stream;
178 if (strqt == NULL) {
181 strq = TAILQ_NEXT(strqt, ss_params.rr.next_spoke);
206 strqt = strq;
256 struct sctp_stream_out *strqt; local
267 strqt = TAILQ_FIRST(&asoc->ss_data.out_wheel);
268 while (strqt != NULL && (strqt->stream_no < strq->stream_no)) {
269 strqt = TAILQ_NEXT(strqt, ss_params.rr.next_spoke)
300 struct sctp_stream_out *strq, *strqt; local
389 struct sctp_stream_out *strqt; local
455 struct sctp_stream_out *strq, *strqt, *strqn; local
621 struct sctp_stream_out *strq = NULL, *strqt; local
655 struct sctp_stream_out *strqt; local
    [all...]

Completed in 259 milliseconds