Searched refs:reduction (Results 1 – 2 of 2) sorted by relevance
142 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local145 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - reduction); in tcp_yeah_cong_avoid()191 u32 reduction; in tcp_yeah_ssthresh() local194 reduction = yeah->lastQ; in tcp_yeah_ssthresh()196 reduction = min(reduction, max(tcp_snd_cwnd(tp)>>1, 2U)); in tcp_yeah_ssthresh()198 reduction = max(reduction, tcp_snd_cwnd(tp) >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()200 reduction = max(tcp_snd_cwnd(tp)>>1, 2U); in tcp_yeah_ssthresh()205 return max_t(int, tcp_snd_cwnd(tp) - reduction, 2); in tcp_yeah_ssthresh()
226 unsigned long reduction; in bcm_proc_show() local253 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()256 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()
Completed in 9 milliseconds