Home
last modified time | relevance | path

Searched refs:sf_cwnd (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3114 fp->sf_cwnd += fp->sf_pmss; in sctp_got_sack()
3118 fp->sf_cwnd = MIN(fp->sf_cwnd, in sctp_got_sack()
3126 fp->sf_pba -= fp->sf_cwnd; in sctp_got_sack()
3127 fp->sf_cwnd += fp->sf_pmss; in sctp_got_sack()
3128 fp->sf_cwnd = MIN(fp->sf_cwnd, in sctp_got_sack()
3137 fp->sf_cwnd) { in sctp_got_sack()
3149 fp->sf_cwnd += fp->sf_pmss; in sctp_got_sack()
3153 fp->sf_cwnd = MIN(fp->sf_cwnd, in sctp_got_sack()
3158 fp->sf_pba -= fp->sf_cwnd; in sctp_got_sack()
3160 fp->sf_cwnd = MIN(fp->sf_cwnd, in sctp_got_sack()
[all …]
H A Dsctp_output.c1090 if (sacklen > 0 && (seglen + extra <= lfp->sf_cwnd - in sctp_output()
1097 pathmax = lfp->sf_cwnd - lfp->sf_suna; in sctp_output()
1142 pathmax = fp->sf_cwnd - fp->sf_suna; in sctp_output()
1832 oldfp->sf_ssthresh = oldfp->sf_cwnd / 2; in sctp_rexmit()
1835 oldfp->sf_cwnd = oldfp->sf_pmss; in sctp_rexmit()
2266 if (fp->sf_cwnd <= fp->sf_rxt_unacked) in sctp_ss_rexmit()
2269 tot_wnd = fp->sf_cwnd - fp->sf_rxt_unacked; in sctp_ss_rexmit()
H A Dsctp_asconf.c903 ofp->sf_ssthresh = ofp->sf_cwnd / 2; in sctp_rc_timer()
906 ofp->sf_cwnd = ofp->sf_pmss; in sctp_rc_timer()
1006 if ((MBLKL(mp) > (fp->sf_cwnd - fp->sf_suna)) || in sctp_wput_asconf()
H A Dsctp_impl.h560 uint32_t sf_cwnd; member
614 (fp)->sf_cwnd = MIN(def_max_init_cwnd * (mss), \
H A Dsctp_opt_data.c105 sp->spinfo_cwnd = fp->sf_cwnd; in sctp_get_status()
183 infop->spinfo_cwnd = fp->sf_cwnd; in sctp_get_paddrinfo()
H A Dsctp_common.c216 if (fp->sf_cwnd < (fp->sf_pmss * 2)) { in sctp_get_dest()
1802 fp->sf_cwnd = sctps->sctps_slow_start_initial * fp->sf_pmss; in sctp_init_faddr()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c159 mdb_printf("pmss\t\t%?u\tcwnd\t\t%?u\n", fa->sf_pmss, fa->sf_cwnd); in sctp_faddr()