Searched refs:sf_ssthresh (Results 1 – 6 of 6) sorted by relevance
2679 fp->sf_ssthresh = fp->sf_cwnd / 2; in sctp_process_uo_gaps()2680 if (fp->sf_ssthresh < 2 * fp->sf_pmss) { in sctp_process_uo_gaps()2681 fp->sf_ssthresh = in sctp_process_uo_gaps()2684 fp->sf_cwnd = fp->sf_ssthresh; in sctp_process_uo_gaps()2936 fp->sf_ssthresh = fp->sf_cwnd / 2; in sctp_got_sack()2937 if (fp->sf_ssthresh < 2 * fp->sf_pmss) { in sctp_got_sack()2938 fp->sf_ssthresh = in sctp_got_sack()2941 fp->sf_cwnd = fp->sf_ssthresh; in sctp_got_sack()3109 if (fp->sf_cwnd < fp->sf_ssthresh) { in sctp_got_sack()3147 if (fp->sf_cwnd < fp->sf_ssthresh) { in sctp_got_sack()
903 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()
1832 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()
1740 fp->sf_ssthresh = sctps->sctps_initial_mtu; in sctp_congest_reset()1812 fp->sf_ssthresh = sctps->sctps_initial_ssthresh; in sctp_init_faddr()
561 uint32_t sf_ssthresh; member
160 mdb_printf("ssthresh\t%?u\tsuna\t\t%?u\n", fa->sf_ssthresh, in sctp_faddr()