Searched refs:tot_wnd (Results 1 – 1 of 1) sorted by relevance
2214 uint32_t tot_wnd; in sctp_ss_rexmit() local2265 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()