Searched refs:strrst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | sctp_timer.c | 1118 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; in sctp_strreset_timer() local 1124 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst); in sctp_strreset_timer() 1125 if (strrst == NULL) { in sctp_strreset_timer() 1128 net = strrst->whoTo; in sctp_strreset_timer() 1140 strrst->whoTo = alt; in sctp_strreset_timer() 1167 if (strrst->sent != SCTP_DATAGRAM_RESEND) in sctp_strreset_timer() 1169 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer() 1170 strrst->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_strreset_timer()
|
| HD | sctp_usrreq.c | 4628 struct sctp_reset_streams *strrst; local 4632 SCTP_CHECK_AND_CAST(strrst, optval, struct sctp_reset_streams, optsize); 4633 SCTP_FIND_STCB(inp, stcb, strrst->srs_assoc_id); 4655 strrst->srs_number_streams * sizeof(uint16_t) > optsize) { 4660 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) { 4669 if (strrst->srs_flags & SCTP_STREAM_RESET_OUTGOING) { 4672 if ((strrst->srs_number_streams > SCTP_MAX_STREAMS_AT_ONCE_RESET) && send_in) { 4684 for (i = 0; i < strrst->srs_number_streams; i++) { 4686 (strrst->srs_stream_list[i] >= stcb->asoc.streamincnt)) { 4692 (strrst->srs_stream_list[i] >= stcb->asoc.streamoutcnt)) { [all …]
|
| HD | sctp_input.c | 1362 struct sctp_stream_reset_list *strrst, *nstrrst; in sctp_process_cookie_existing() local 1822 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_process_cookie_existing() 1823 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_process_cookie_existing() 1824 SCTP_FREE(strrst, SCTP_M_STRESET); in sctp_process_cookie_existing()
|
| HD | sctp_pcb.c | 4561 struct sctp_stream_reset_list *strrst, *nstrrst; in sctp_free_assoc() local 4817 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_free_assoc() 4818 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_free_assoc() 4819 SCTP_FREE(strrst, SCTP_M_STRESET); in sctp_free_assoc()
|