Lines Matching refs:cumulative_acks
27 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
43 cumulative_acks = 0; in rxrpc_congestion_management()
47 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
48 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
49 if (cumulative_acks > 255) in rxrpc_congestion_management()
50 cumulative_acks = 255; in rxrpc_congestion_management()
55 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
62 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
85 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()
148 cumulative_acks = 0; in rxrpc_congestion_management()
153 call->cong_cumul_acks = cumulative_acks; in rxrpc_congestion_management()