| 390 | } |
| 391 | |
| 392 | static inline uint32_t |
| 393 | cdg_window_decrease(struct cc_var *ccv, unsigned long owin, unsigned int beta) |
| 394 | { |
| 395 | |
| 396 | return ((ulmin(CCV(ccv, snd_wnd), owin) * beta) / 100); |
| 397 | } |
| 398 | |
| 399 | /* |
| 400 | * Window increase function |
no test coverage detected