Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.c1121 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; in sctp_strreset_timer() local
1127 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst); in sctp_strreset_timer()
1128 if (strrst == NULL) { in sctp_strreset_timer()
1131 net = strrst->whoTo; in sctp_strreset_timer()
1143 strrst->whoTo = alt; in sctp_strreset_timer()
1170 if (strrst->sent != SCTP_DATAGRAM_RESEND) in sctp_strreset_timer()
1172 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1173 strrst->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_strreset_timer()
H A Dsctp_usrreq.c4622 struct sctp_reset_streams *strrst; local
4627 SCTP_FIND_STCB(inp, stcb, strrst->srs_assoc_id);
4649 strrst->srs_number_streams * sizeof(uint16_t) > optsize) {
4654 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {
4663 if (strrst->srs_flags & SCTP_STREAM_RESET_OUTGOING) {
4678 for (i = 0; i < strrst->srs_number_streams; i++) {
4680 (strrst->srs_stream_list[i] >= stcb->asoc.streamincnt)) {
4700 if (strrst->srs_number_streams) {
4701 for (i = 0, cnt = 0; i < strrst->srs_number_streams; i++) {
4702 strm = strrst->srs_stream_list[i];
[all …]
H A Dsctp_input.c1434 struct sctp_stream_reset_list *strrst, *nstrrst; in sctp_process_cookie_existing() local
1879 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_process_cookie_existing()
1880 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_process_cookie_existing()
1881 SCTP_FREE(strrst, SCTP_M_STRESET); in sctp_process_cookie_existing()
H A Dsctp_pcb.c4680 struct sctp_stream_reset_list *strrst, *nstrrst; in sctp_free_assoc() local
4952 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) { in sctp_free_assoc()
4953 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp); in sctp_free_assoc()
4954 SCTP_FREE(strrst, SCTP_M_STRESET); in sctp_free_assoc()