| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_htcp.c | 206 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in htcp_ack_received() 216 CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) in htcp_ack_received() 222 CCV(ccv, t_maxseg); in htcp_ack_received() 232 CCV(ccv, t_maxseg))) * CCV(ccv, t_maxseg)) in htcp_ack_received() 308 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in htcp_cong_signal() 316 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in htcp_cong_signal() 319 CCV(ccv, snd_cwnd) = mss; in htcp_cong_signal() 379 CCV(ccv, snd_cwnd) = max(pipe, CCV(ccv, t_maxseg)) + in htcp_post_recovery() 380 CCV(ccv, t_maxseg); in htcp_post_recovery() 518 CCV(ccv, snd_ssthresh) = ((u_long)CCV(ccv, snd_cwnd) * in htcp_ssthresh_update() [all …]
|
| H A D | cc_newreno.c | 185 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_ack_received() 188 CCV(ccv, t_maxseg)); in newreno_ack_received() 223 CCV(ccv, snd_ssthresh) = max(CCV(ccv, snd_ssthresh), in newreno_after_idle() 224 CCV(ccv, snd_cwnd)-(CCV(ccv, snd_cwnd)>>2)); in newreno_after_idle() 226 CCV(ccv, snd_cwnd) = min(rw, CCV(ccv, snd_cwnd)); in newreno_after_idle() 239 cwin = CCV(ccv, snd_cwnd); in newreno_cong_signal() 279 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in newreno_cong_signal() 282 CCV(ccv, snd_cwnd) = mss; in newreno_cong_signal() 315 CCV(ccv, snd_cwnd) = max(pipe, CCV(ccv, t_maxseg)) + in newreno_post_recovery() 316 CCV(ccv, t_maxseg); in newreno_post_recovery() [all …]
|
| H A D | cc_cubic.c | 149 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh) || in cubic_ack_received() 167 CCV(ccv, t_maxseg)); in cubic_ack_received() 186 CCV(ccv, t_maxseg)); in cubic_ack_received() 222 CCV(ccv, t_maxseg)); in cubic_ack_received() 307 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cubic_cong_signal() 320 CCV(ccv, snd_ssthresh) = ((uint64_t)CCV(ccv, snd_cwnd) * in cubic_cong_signal() 322 CCV(ccv, snd_cwnd) = mss; in cubic_cong_signal() 386 CCV(ccv, snd_cwnd) = max(pipe, CCV(ccv, t_maxseg)) + in cubic_post_recovery() 387 CCV(ccv, t_maxseg); in cubic_post_recovery() 392 2 * CCV(ccv, t_maxseg)); in cubic_post_recovery() [all …]
|
| H A D | cc_dctcp.c | 237 cwin = CCV(ccv, snd_cwnd); in dctcp_cong_signal() 244 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 252 cwin = CCV(ccv, snd_cwnd_prev); in dctcp_cong_signal() 253 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 256 ENTER_RECOVERY(CCV(ccv, t_flags)); in dctcp_cong_signal() 264 CCV(ccv, snd_cwnd_prev) = cwin; in dctcp_cong_signal() 268 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 275 CCV(ccv, snd_ssthresh) = in dctcp_cong_signal() 279 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in dctcp_cong_signal() 285 CCV(ccv, snd_ssthresh) = max(min(CCV(ccv, snd_wnd), in dctcp_cong_signal() [all …]
|
| H A D | cc_chd.c | 147 win = min(CCV(ccv, snd_wnd), CCV(ccv, snd_cwnd)) / CCV(ccv, t_maxseg); in chd_window_decrease() 149 CCV(ccv, snd_ssthresh) = max(win, 2) * CCV(ccv, t_maxseg); in chd_window_decrease() 193 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in chd_window_increase() 197 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase() 225 CCV(ccv,snd_cwnd) = min(CCV(ccv, snd_cwnd) + incr, in chd_window_increase() 340 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in chd_cong_signal() 341 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal() 356 CCV(ccv, snd_cwnd) = max(CCV(ccv, snd_cwnd), in chd_cong_signal() 365 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in chd_cong_signal() 366 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal() [all …]
|
| H A D | cc_vegas.c | 143 if (CCV(ccv, snd_cwnd) <= in vegas_ack_received() 144 CCV(ccv, snd_ssthresh)) { in vegas_ack_received() 150 CCV(ccv, snd_cwnd) = in vegas_ack_received() 151 min(CCV(ccv, snd_cwnd) + in vegas_ack_received() 152 CCV(ccv, t_maxseg), in vegas_ack_received() 202 if (IN_RECOVERY(CCV(ccv, t_flags))) in vegas_cong_signal() 210 CCV(ccv, snd_cwnd) = max(2 * CCV(ccv, t_maxseg), in vegas_cong_signal() 211 CCV(ccv, snd_cwnd) - CCV(ccv, t_maxseg)); in vegas_cong_signal() 212 if (CCV(ccv, snd_cwnd) < CCV(ccv, snd_ssthresh)) in vegas_cong_signal() 214 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in vegas_cong_signal() [all …]
|
| H A D | cc_cdg.c | 415 if (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)) { in cdg_window_increase() 417 incr = CCV(ccv, t_maxseg); in cdg_window_increase() 423 s_w_incr = CCV(ccv, t_maxseg); in cdg_window_increase() 425 incr = CCV(ccv, t_maxseg); in cdg_window_increase() 431 incr = CCV(ccv, t_maxseg) * in cdg_window_increase() 441 CCV(ccv, snd_cwnd) = ulmin(CCV(ccv, snd_cwnd) + incr, in cdg_window_increase() 454 CCV(ccv, snd_cwnd) = CCV(ccv, snd_ssthresh); in cdg_cong_signal() 455 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal() 466 CCV(ccv, snd_ssthresh) = CCV(ccv, snd_cwnd); in cdg_cong_signal() 467 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal() [all …]
|
| H A D | cc_hd.c | 138 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in hd_ack_received() 144 !IN_RECOVERY(CCV(ccv, t_flags))) { in hd_ack_received()
|
| H A D | cc_module.h | 59 #define CCV(ccv, what) (ccv)->ccvc.tcp->what macro
|
| /f-stack/dpdk/devtools/ |
| H A D | check-includes.sh | 107 local CCV 111 CCV=$CC 114 CC=$CCV
|