Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2678 fp->sf_ssthresh = fp->sf_cwnd / 2; in sctp_process_uo_gaps()
2679 if (fp->sf_ssthresh < 2 * fp->sf_pmss) { in sctp_process_uo_gaps()
2680 fp->sf_ssthresh = in sctp_process_uo_gaps()
2683 fp->sf_cwnd = fp->sf_ssthresh; in sctp_process_uo_gaps()
2935 fp->sf_ssthresh = fp->sf_cwnd / 2; in sctp_got_sack()
2936 if (fp->sf_ssthresh < 2 * fp->sf_pmss) { in sctp_got_sack()
2937 fp->sf_ssthresh = in sctp_got_sack()
2940 fp->sf_cwnd = fp->sf_ssthresh; in sctp_got_sack()
3108 if (fp->sf_cwnd < fp->sf_ssthresh) { in sctp_got_sack()
3146 if (fp->sf_cwnd < fp->sf_ssthresh) { in sctp_got_sack()
H A Dsctp_asconf.c903 ofp->sf_ssthresh = ofp->sf_cwnd / 2; in sctp_rc_timer()
904 if (ofp->sf_ssthresh < 2 * ofp->sf_pmss) in sctp_rc_timer()
905 ofp->sf_ssthresh = 2 * ofp->sf_pmss; in sctp_rc_timer()
H A Dsctp_output.c1832 oldfp->sf_ssthresh = oldfp->sf_cwnd / 2; in sctp_rexmit()
1833 if (oldfp->sf_ssthresh < 2 * oldfp->sf_pmss) in sctp_rexmit()
1834 oldfp->sf_ssthresh = 2 * oldfp->sf_pmss; in sctp_rexmit()
H A Dsctp_common.c1740 fp->sf_ssthresh = sctps->sctps_initial_mtu; in sctp_congest_reset()
1812 fp->sf_ssthresh = sctps->sctps_initial_ssthresh; in sctp_init_faddr()
H A Dsctp_impl.h561 uint32_t sf_ssthresh; member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c160 mdb_printf("ssthresh\t%?u\tsuna\t\t%?u\n", fa->sf_ssthresh, in sctp_faddr()