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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 455 struct sctp_stream_out *strq, *strqt, *strqn; local
463 strqn = TAILQ_NEXT(strqt, ss_params.prio.next_spoke);
464 if (strqn != NULL &&
465 strqn->ss_params.prio.priority == strqt->ss_params.prio.priority) {
466 strq = strqn;

Completed in 43 milliseconds