sctp_output.c | 3871 struct sctp_stream_out *strq) 3877 TAILQ_INSERT_HEAD(&asoc->out_wheel, strq, next_spoke); 3882 if (stre->stream_no > strq->stream_no) { 3883 TAILQ_INSERT_BEFORE(stre, strq, next_spoke); 3885 } else if (stre->stream_no == strq->stream_no) { 3890 TAILQ_INSERT_AFTER(&asoc->out_wheel, stre, strq, 3898 struct sctp_stream_out *strq) 3901 TAILQ_REMOVE(&asoc->out_wheel, strq, next_spoke); 3902 strq->next_spoke.tqe_next = NULL; 3903 strq->next_spoke.tqe_prev = NULL 4130 struct sctp_stream_out *strq; local in function:sctp_msg_append 5129 struct sctp_stream_out *strq, *strqn; local in function:sctp_fill_outqueue 9296 struct sctp_stream_out *strq; local in function:sctp_copy_it_in [all...] |