Home
last modified time | relevance | path

Searched refs:next_sequence_sent (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_structs.h270 uint16_t next_sequence_sent; /* next one I expect to send out */ member
H A Dsctp_output.c4033 template->rec.data.stream_seq = strq->next_sequence_sent; in sctp_prepare_chunk()
4362 strq->next_sequence_sent++;
4477 strq->next_sequence_sent++;
7356 asoc->strmout[i].next_sequence_sent = 0x0;
8666 stcb->asoc.strmout[i].next_sequence_sent = 0;
8674 stcb->asoc.strmout[(list[i])].next_sequence_sent = 0;
9565 strq->next_sequence_sent++;
9654 strq->next_sequence_sent++;
9997 asoc->strmout[i].next_sequence_sent = 0x0;
H A Dsctputil.c772 asoc->strmout[i].next_sequence_sent = 0x0; in sctp_init_asoc()