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

  /src/sys/netinet/
sctp_output.c 3873 struct sctp_stream_out *stre, *strn; local in function:sctp_insert_on_wheel
3880 for (; stre; stre = strn) {
3881 strn = TAILQ_NEXT(stre, next_spoke);
3888 } else if (strn == NULL) {
sctp_output.c 3873 struct sctp_stream_out *stre, *strn; local in function:sctp_insert_on_wheel
3880 for (; stre; stre = strn) {
3881 strn = TAILQ_NEXT(stre, next_spoke);
3888 } else if (strn == NULL) {

Completed in 129 milliseconds