Home
last modified time | relevance | path

Searched refs:sctp_max_init_rxt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c850 sctp->sctp_max_init_rxt = psctp->sctp_max_init_rxt; in sctp_init_values()
892 sctp->sctp_max_init_rxt = sctps->sctps_max_init_retr; in sctp_init_values()
H A Dsctp_opt_data.c342 si->sinit_max_attempts = sctp->sctp_max_init_rxt; in sctp_get_initmsg()
393 sctp->sctp_max_init_rxt = si->sinit_max_attempts; in sctp_set_initmsg()
H A Dsctp_timer.c613 if (fp->sf_strikes >= sctp->sctp_max_init_rxt) { in sctp_rexmit_timer()
H A Dsctp_impl.h857 int32_t sctp_max_init_rxt; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c875 sctp->sctp_strikes, sctp->sctp_max_init_rxt, in sctp()