HomeSort by: relevance | last modified time | path
    Searched defs:strrst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
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...]
sctp_usrreq.c 2482 struct sctp_stream_reset *strrst; local in function:sctp_optsset
2489 strrst = sopt->sopt_data;
2499 stcb = sctp_findassociation_ep_asocid(inp, strrst->strrst_assoc_id);
2542 if (strrst->strrst_flags == SCTP_RESET_LOCAL_RECV) {
2545 } else if (strrst->strrst_flags == SCTP_RESET_LOCAL_SEND) {
2548 } else if (strrst->strrst_flags == SCTP_RESET_BOTH) {
2556 sctp_send_str_reset_req(stcb, strrst->strrst_num_streams,
2557 strrst->strrst_list, two_way, not_peer);

Completed in 14 milliseconds