Searched refs:maxrto (Results 1 – 5 of 5) sorted by relevance
423 if (net->RTO > stcb->asoc.maxrto) { in sctp_backoff_on_timeout()424 net->RTO = stcb->asoc.maxrto; in sctp_backoff_on_timeout()
1067 uint32_t maxrto; /* per assoc RTO-MAX */ member
4176 if (net->RTO > stcb->asoc.maxrto) { in sctp_express_handle_sack()4177 net->RTO = stcb->asoc.maxrto; in sctp_express_handle_sack()4921 if (net->RTO > stcb->asoc.maxrto) { in sctp_handle_sack()4922 net->RTO = stcb->asoc.maxrto; in sctp_handle_sack()
1252 asoc->maxrto = inp->sctp_ep.sctp_maxrto; in sctp_init_asoc()2428 if (stcb->asoc.maxrto < UINT32_MAX / 5) { in sctp_timer_start()2429 to_ticks = sctp_msecs_to_ticks(5 * stcb->asoc.maxrto); in sctp_timer_start()3022 if (new_rto > stcb->asoc.maxrto) { in sctp_calculate_rto()3023 new_rto = stcb->asoc.maxrto; in sctp_calculate_rto()
2675 srto->srto_max = stcb->asoc.maxrto;5625 new_max = stcb->asoc.maxrto;5632 stcb->asoc.maxrto = new_max;