Searched refs:strrst (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_timer.c1113 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1119 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst);
1120 if (strrst == NULL) {
1123 net = strrst->whoTo;
1135 strrst->whoTo = alt;
1162 if (strrst->sent != SCTP_DATAGRAM_RESEND)
1164 strrst->sent = SCTP_DATAGRAM_RESEND;
1165 strrst->flags |= CHUNK_FLAGS_FRAGMENT_OK;
H A Dsctp_usrreq.c4613 struct sctp_reset_streams *strrst; local
4617 SCTP_CHECK_AND_CAST(strrst, optval, struct sctp_reset_streams, optsize);
4618 SCTP_FIND_STCB(inp, stcb, strrst->srs_assoc_id);
4640 strrst->srs_number_streams * sizeof(uint16_t) > optsize) {
4645 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {
4654 if (strrst->srs_flags & SCTP_STREAM_RESET_OUTGOING) {
4657 if ((strrst->srs_number_streams > SCTP_MAX_STREAMS_AT_ONCE_RESET) && send_in) {
4669 for (i = 0; i < strrst->srs_number_streams; i++) {
4671 (strrst->srs_stream_list[i] >= stcb->asoc.streamincnt)) {
4677 (strrst
[all...]
H A Dsctp_input.c1439 struct sctp_stream_reset_list *strrst, *nstrrst; local
1886 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) {
1887 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp);
1888 SCTP_FREE(strrst, SCTP_M_STRESET);
H A Dsctp_pcb.c4727 struct sctp_stream_reset_list *strrst, *nstrrst; local
4999 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) {
5000 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp);
5001 SCTP_FREE(strrst, SCTP_M_STRESET);

Completed in 214 milliseconds