Home
last modified time | relevance | path

Searched refs:reduction (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_yeah.c161 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local
164 tp->snd_cwnd -= reduction; in tcp_yeah_cong_avoid()
210 u32 reduction; in tcp_yeah_ssthresh() local
213 reduction = yeah->lastQ; in tcp_yeah_ssthresh()
215 reduction = min(reduction, max(tp->snd_cwnd>>1, 2U)); in tcp_yeah_ssthresh()
217 reduction = max(reduction, tp->snd_cwnd >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh()
219 reduction = max(tp->snd_cwnd>>1, 2U); in tcp_yeah_ssthresh()
224 return max_t(int, tp->snd_cwnd - reduction, 2); in tcp_yeah_ssthresh()
/net/can/
Dbcm.c205 unsigned long reduction; in bcm_proc_show() local
232 reduction = 100 - (op->frames_filtered * 100) / op->frames_abs; in bcm_proc_show()
235 (reduction == 100) ? "near " : "", reduction); in bcm_proc_show()