Searched refs:maxrto (Results 1 – 5 of 5) sorted by relevance
416 if (net->RTO > stcb->asoc.maxrto) { in sctp_backoff_on_timeout()417 net->RTO = stcb->asoc.maxrto; in sctp_backoff_on_timeout()
1084 uint32_t maxrto; /* per assoc RTO-MAX */ member
4215 if (net->RTO > stcb->asoc.maxrto) { in sctp_express_handle_sack()4216 net->RTO = stcb->asoc.maxrto; in sctp_express_handle_sack()4963 if (net->RTO > stcb->asoc.maxrto) { in sctp_handle_sack()4964 net->RTO = stcb->asoc.maxrto; in sctp_handle_sack()
1248 asoc->maxrto = inp->sctp_ep.sctp_maxrto; in sctp_init_asoc()2406 if (stcb->asoc.maxrto < UINT32_MAX / 5) { in sctp_timer_start()2407 to_ticks = sctp_msecs_to_ticks(5 * stcb->asoc.maxrto); in sctp_timer_start()3030 if (new_rto > stcb->asoc.maxrto) { in sctp_calculate_rto()3031 new_rto = stcb->asoc.maxrto; in sctp_calculate_rto()
2672 srto->srto_max = stcb->asoc.maxrto;5640 new_max = stcb->asoc.maxrto;5647 stcb->asoc.maxrto = new_max;