Searched refs:sctps_maxburst (Results 1 – 5 of 5) sorted by relevance
213 cnt = sctps->sctps_maxburst; in sctp_validate_peer()
429 cnt = sctps->sctps_maxburst; in sctp_heartbeat_timer()
3134 if (fp->sf_suna + sctps->sctps_maxburst * fp->sf_pmss < in sctp_got_sack()3136 fp->sf_cwnd = fp->sf_suna + sctps->sctps_maxburst * in sctp_got_sack()3163 if (fp->sf_suna + sctps->sctps_maxburst * fp->sf_pmss < in sctp_got_sack()3165 fp->sf_cwnd = fp->sf_suna + sctps->sctps_maxburst * in sctp_got_sack()
131 #define sctps_maxburst sctps_propinfo_tbl[29].prop_cur_uval macro
2323 for (tot_wnd -= pkt_len, burst = sctps->sctps_maxburst - 1; in sctp_ss_rexmit()