Searched refs:sctp_rto_max (Results 1 – 8 of 8) sorted by relevance
523 sctp->sctp_rto_max); in sctp_heartbeat_timer()591 uint32_t rto_max = sctp->sctp_rto_max; in sctp_rexmit_timer()765 if (fp->sf_rto > sctp->sctp_rto_max) { in sctp_update_rtt()766 fp->sf_rto = sctp->sctp_rto_max; in sctp_update_rtt()
844 sctp->sctp_rto_max = psctp->sctp_rto_max; in sctp_init_values()885 sctp->sctp_rto_max = MSEC_TO_TICK(sctps->sctps_rto_maxg); in sctp_init_values()886 sctp->sctp_rto_max_init = sctp->sctp_rto_max; in sctp_init_values()
196 srto->srto_max = TICK_TO_MSEC(sctp->sctp_rto_max); in sctp_get_rtoinfo()236 new_max = (srto->srto_max != 0) ? srto->srto_max : sctp->sctp_rto_max; in sctp_set_rtoinfo()247 sctp->sctp_rto_max = MAX(MSEC_TO_TICK(srto->srto_max), 1); in sctp_set_rtoinfo()
197 if (fp->sf_rto > sctp->sctp_rto_max) { in sctp_get_dest()198 fp->sf_rto = sctp->sctp_rto_max; in sctp_get_dest()
1819 SCTP_CALC_RXT(sctp, oldfp, sctp->sctp_rto_max); in sctp_rexmit()2036 SCTP_CALC_RXT(sctp, oldfp, sctp->sctp_rto_max); in sctp_rexmit()
860 uint32_t sctp_rto_max; member
885 SCTP_CALC_RXT(sctp, fp, sctp->sctp_rto_max); in sctp_rc_timer()
875 sctp->sctp_rto_max, sctp->sctp_rto_min, in sctp()