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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_timer.c1096 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1102 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst);
1103 if (strrst == NULL) {
1107 if (sctp_threshold_management(inp, stcb, strrst->whoTo,
1116 sctp_backoff_on_timeout(stcb, strrst->whoTo, 1, 0, 0);
1117 alt = sctp_find_alternate_net(stcb, strrst->whoTo, 0);
1118 sctp_free_remote_addr(strrst->whoTo);
1119 strrst->whoTo = alt;
1143 if (strrst->sent != SCTP_DATAGRAM_RESEND)
1145 strrst
[all...]
H A Dsctp_usrreq.c4418 struct sctp_reset_streams *strrst; local
4422 SCTP_CHECK_AND_CAST(strrst, optval, struct sctp_reset_streams, optsize);
4423 SCTP_FIND_STCB(inp, stcb, strrst->srs_assoc_id);
4439 strrst->srs_number_streams * sizeof(uint16_t) > optsize) {
4450 if (strrst->srs_flags & SCTP_STREAM_RESET_INCOMING) {
4453 if (strrst->srs_flags & SCTP_STREAM_RESET_OUTGOING) {
4462 for (i = 0; i < strrst->srs_number_streams; i++) {
4464 (strrst->srs_stream_list[i] > stcb->asoc.streamincnt)) {
4470 (strrst->srs_stream_list[i] > stcb->asoc.streamoutcnt)) {
4480 error = sctp_send_str_reset_req(stcb, strrst
[all...]
H A Dsctp_pcb.c4657 struct sctp_stream_reset_list *strrst, *nstrrst; local
4960 TAILQ_FOREACH_SAFE(strrst, &asoc->resetHead, next_resp, nstrrst) {
4961 TAILQ_REMOVE(&asoc->resetHead, strrst, next_resp);
4962 SCTP_FREE(strrst, SCTP_M_STRESET);

Completed in 75 milliseconds