Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c213 cnt = sctps->sctps_maxburst; in sctp_validate_peer()
H A Dsctp_timer.c429 cnt = sctps->sctps_maxburst; in sctp_heartbeat_timer()
H A Dsctp_input.c3136 if (fp->sf_suna + sctps->sctps_maxburst * fp->sf_pmss < in sctp_got_sack()
3138 fp->sf_cwnd = fp->sf_suna + sctps->sctps_maxburst * in sctp_got_sack()
3165 if (fp->sf_suna + sctps->sctps_maxburst * fp->sf_pmss < in sctp_got_sack()
3167 fp->sf_cwnd = fp->sf_suna + sctps->sctps_maxburst * in sctp_got_sack()
H A Dsctp_impl.h131 #define sctps_maxburst sctps_propinfo_tbl[29].prop_cur_uval macro
H A Dsctp_output.c2325 for (tot_wnd -= pkt_len, burst = sctps->sctps_maxburst - 1; in sctp_ss_rexmit()