Searched defs:tot_wnd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 222 milliseconds