Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_newreno.c216 uint32_t cwin, ssthresh_on_loss; in newreno_cong_signal() local
219 cwin = CCV(ccv, tcp_cwnd); in newreno_cong_signal()
228 cwin = max(cwin / 2 / mss, 2) * mss; in newreno_cong_signal()
235 CCV(ccv, tcp_cwnd) = cwin; in newreno_cong_signal()
243 CCV(ccv, tcp_cwnd) = cwin; in newreno_cong_signal()
H A Dcc_cubic.c290 uint32_t cwin; in cubic_cong_signal() local
294 cwin = CCV(ccv, tcp_cwnd); in cubic_cong_signal()
305 cubic_data->max_cwnd = cwin; in cubic_cong_signal()
318 cubic_data->max_cwnd = cwin; in cubic_cong_signal()
333 cubic_data->max_cwnd = cwin; in cubic_cong_signal()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps414 create_window, "cwin" "CW" Define win #1 to go from #2,#3 to #4,#5
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps416 create_window cwin CW str Define win #1 to go from #2,#3 to #4,#5
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps418 create_window cwin CW str Define win #1 to go from #2,#3 to #4,#5