Home
last modified time | relevance | path

Searched refs:sctp_rto_max (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c523 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()
H A Dsctp.c844 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()
H A Dsctp_opt_data.c200 srto->srto_max = TICK_TO_MSEC(sctp->sctp_rto_max); in sctp_get_rtoinfo()
240 new_max = (srto->srto_max != 0) ? srto->srto_max : sctp->sctp_rto_max; in sctp_set_rtoinfo()
251 sctp->sctp_rto_max = MAX(MSEC_TO_TICK(srto->srto_max), 1); in sctp_set_rtoinfo()
H A Dsctp_common.c197 if (fp->sf_rto > sctp->sctp_rto_max) { in sctp_get_dest()
198 fp->sf_rto = sctp->sctp_rto_max; in sctp_get_dest()
H A Dsctp_output.c1821 SCTP_CALC_RXT(sctp, oldfp, sctp->sctp_rto_max); in sctp_rexmit()
2038 SCTP_CALC_RXT(sctp, oldfp, sctp->sctp_rto_max); in sctp_rexmit()
H A Dsctp_impl.h860 uint32_t sctp_rto_max; member
H A Dsctp_asconf.c891 SCTP_CALC_RXT(sctp, fp, sctp->sctp_rto_max); in sctp_rc_timer()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c877 sctp->sctp_rto_max, sctp->sctp_rto_min, in sctp()