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

  /src/sys/netinet/
sctp_structs.h 356 struct sctp_stream_out *strmout; member in struct:sctp_association
sctp_structs.h 356 struct sctp_stream_out *strmout; member in struct:sctp_association
sctp_output.c 4199 if (asoc->strmout == NULL) {
4209 strq = &asoc->strmout[srcv->sinfo_stream];
7338 free(asoc->strmout, M_PCB);
7339 asoc->strmout = NULL;
7341 asoc->strmout = malloc(asoc->streamoutcnt *
7356 asoc->strmout[i].next_sequence_sent = 0x0;
7357 TAILQ_INIT(&asoc->strmout[i].outqueue);
7358 asoc->strmout[i].stream_no = i;
7359 asoc->strmout[i].next_spoke.tqe_next = 0;
7360 asoc->strmout[i].next_spoke.tqe_prev = 0
    [all...]
sctp_output.c 4199 if (asoc->strmout == NULL) {
4209 strq = &asoc->strmout[srcv->sinfo_stream];
7338 free(asoc->strmout, M_PCB);
7339 asoc->strmout = NULL;
7341 asoc->strmout = malloc(asoc->streamoutcnt *
7356 asoc->strmout[i].next_sequence_sent = 0x0;
7357 TAILQ_INIT(&asoc->strmout[i].outqueue);
7358 asoc->strmout[i].stream_no = i;
7359 asoc->strmout[i].next_spoke.tqe_next = 0;
7360 asoc->strmout[i].next_spoke.tqe_prev = 0
    [all...]
sctputil.c 757 asoc->strmout = malloc(asoc->streamoutcnt *
759 if (asoc->strmout == NULL) {
772 asoc->strmout[i].next_sequence_sent = 0x0;
773 TAILQ_INIT(&asoc->strmout[i].outqueue);
774 asoc->strmout[i].stream_no = i;
775 asoc->strmout[i].next_spoke.tqe_next = 0;
776 asoc->strmout[i].next_spoke.tqe_prev = 0;
783 free(asoc->strmout, M_PCB);
sctputil.c 757 asoc->strmout = malloc(asoc->streamoutcnt *
759 if (asoc->strmout == NULL) {
772 asoc->strmout[i].next_sequence_sent = 0x0;
773 TAILQ_INIT(&asoc->strmout[i].outqueue);
774 asoc->strmout[i].stream_no = i;
775 asoc->strmout[i].next_spoke.tqe_next = 0;
776 asoc->strmout[i].next_spoke.tqe_prev = 0;
783 free(asoc->strmout, M_PCB);
sctp_pcb.c 2789 if (asoc->strmout)
2790 free(asoc->strmout, M_PCB);
3249 if (asoc->strmout) {
3250 free(asoc->strmout, M_PCB);
3251 asoc->strmout = NULL;
sctp_pcb.c 2789 if (asoc->strmout)
2790 free(asoc->strmout, M_PCB);
3249 if (asoc->strmout) {
3250 free(asoc->strmout, M_PCB);
3251 asoc->strmout = NULL;
sctp_input.c 192 if (asoc->strmout) {
195 outs = &asoc->strmout[i];
sctp_input.c 192 if (asoc->strmout) {
195 outs = &asoc->strmout[i];

Completed in 107 milliseconds