HomeSort by: relevance | last modified time | path
    Searched refs:last_out_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 367 struct sctp_stream_out *last_out_stream; member in struct:sctp_association
sctp_output.c 5145 if (asoc->last_out_stream == NULL) {
5146 strq = asoc->last_out_stream = TAILQ_FIRST(&asoc->out_wheel);
5147 if (asoc->last_out_stream == NULL) {
5153 strq = TAILQ_NEXT(asoc->last_out_stream, next_spoke);
5156 asoc->last_out_stream = TAILQ_FIRST(&asoc->out_wheel);
5184 if (strq == asoc->last_out_stream) {
5186 asoc->last_out_stream = NULL;
5201 asoc->last_out_stream = strq;

Completed in 20 milliseconds