sctp_timer.c | 968 struct sctp_tmit_chunk *strrst, *chk; local in function:sctp_strreset_timer 971 TAILQ_FOREACH(strrst, &stcb->asoc.control_send_queue, 973 if (strrst->rec.chunk_id == SCTP_STREAM_RESET) { 975 strreq = mtod(strrst->data, struct sctp_stream_reset_req *); 981 if (strrst == NULL) { 990 if (sctp_threshold_management(inp, stcb, strrst->whoTo, 1000 sctp_backoff_on_timeout(stcb, strrst->whoTo, 1, 0); 1001 alt = sctp_find_alternate_net(stcb, strrst->whoTo); 1002 sctp_free_remote_addr(strrst->whoTo); 1003 strrst->whoTo = alt [all...] |