Home
last modified time | relevance | path

Searched refs:sctp_rto_max_init (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c680 rto_max = sctp->sctp_rto_max_init; in sctp_rexmit_timer()
694 rto_max = sctp->sctp_rto_max_init; in sctp_rexmit_timer()
H A Dsctp.c845 sctp->sctp_rto_max_init = psctp->sctp_rto_max_init; in sctp_init_values()
886 sctp->sctp_rto_max_init = sctp->sctp_rto_max; in sctp_init_values()
H A Dsctp_opt_data.c342 si->sinit_max_init_timeo = TICK_TO_MSEC(sctp->sctp_rto_max_init); in sctp_get_initmsg()
395 sctp->sctp_rto_max_init = in sctp_set_initmsg()
H A Dsctp_impl.h861 uint32_t sctp_rto_max_init; member
H A Dsctp_common.c1803 fp->sf_rto = MIN(sctp->sctp_rto_initial, sctp->sctp_rto_max_init); in sctp_init_faddr()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c878 sctp->sctp_rto_initial, sctp->sctp_rto_max_init, in sctp()