Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_yeah.c142 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local
145 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - reduction); in tcp_yeah_cong_avoid()
191 u32 reduction; in tcp_yeah_ssthresh() local
194 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()
/net/can/
A Dbcm.c226 unsigned long reduction; in bcm_proc_show() local
253 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