Searched refs:maxrto (Results 1 – 5 of 5) sorted by relevance
419 if (net->RTO > stcb->asoc.maxrto) {420 net->RTO = stcb->asoc.maxrto;
1132 uint32_t maxrto; /* per assoc RTO-MAX */ member
4267 if (net->RTO > stcb->asoc.maxrto) {4268 net->RTO = stcb->asoc.maxrto;5053 if (net->RTO > stcb->asoc.maxrto) {5054 net->RTO = stcb->asoc.maxrto;
1290 asoc->maxrto = inp->sctp_ep.sctp_maxrto; in sctp_init_asoc()2523 if (stcb->asoc.maxrto < UINT32_MAX / 5) { in sctp_timer_start()2524 to_ticks = sctp_msecs_to_ticks(5 * stcb->asoc.maxrto); in sctp_timer_start()3146 if (new_rto > stcb->asoc.maxrto) { in sctp_calculate_rto()3147 new_rto = stcb->asoc.maxrto; in sctp_calculate_rto()
3339 srto->srto_max = stcb->asoc.maxrto;6469 new_max = stcb->asoc.maxrto;6476 stcb->asoc.maxrto = new_max;