Searched refs:maxrto (Results 1 – 5 of 5) sorted by relevance
429 if (net->RTO > stcb->asoc.maxrto) { in sctp_backoff_on_timeout()430 net->RTO = stcb->asoc.maxrto; in sctp_backoff_on_timeout()
1075 uint32_t maxrto; /* per assoc RTO-MAX */ member
4190 if (net->RTO > stcb->asoc.maxrto) { in sctp_express_handle_sack()4191 net->RTO = stcb->asoc.maxrto; in sctp_express_handle_sack()4935 if (net->RTO > stcb->asoc.maxrto) { in sctp_handle_sack()4936 net->RTO = stcb->asoc.maxrto; in sctp_handle_sack()
1247 asoc->maxrto = inp->sctp_ep.sctp_maxrto; in sctp_init_asoc()2411 if (stcb->asoc.maxrto < UINT32_MAX / 5) { in sctp_timer_start()2412 to_ticks = sctp_msecs_to_ticks(5 * stcb->asoc.maxrto); in sctp_timer_start()3034 if (new_rto > stcb->asoc.maxrto) { in sctp_calculate_rto()3035 new_rto = stcb->asoc.maxrto; in sctp_calculate_rto()
2682 srto->srto_max = stcb->asoc.maxrto;5648 new_max = stcb->asoc.maxrto;5655 stcb->asoc.maxrto = new_max;