Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c2214 uint32_t tot_wnd; in sctp_ss_rexmit() local
2265 tot_wnd = fp->sf_pmss; in sctp_ss_rexmit()
2267 tot_wnd = fp->sf_cwnd - fp->sf_rxt_unacked; in sctp_ss_rexmit()
2314 if (tot_wnd <= pkt_len || tot_wnd - pkt_len < fp->sf_pmss || in sctp_ss_rexmit()
2323 for (tot_wnd -= pkt_len, burst = sctps->sctps_maxburst - 1; in sctp_ss_rexmit()