Home | History | Annotate | Download | only in netinet

Lines Matching defs:strrst

968 	struct sctp_tmit_chunk *strrst, *chk;
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;
1027 if (strrst->sent != SCTP_DATAGRAM_RESEND)
1029 strrst->sent = SCTP_DATAGRAM_RESEND;
1032 sctp_timer_start(SCTP_TIMER_TYPE_STRRESET, inp, stcb, strrst->whoTo);