Lines Matching refs:cumulative_acks
44 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
60 cumulative_acks = 0; in rxrpc_congestion_management()
64 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
65 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
66 if (cumulative_acks > 255) in rxrpc_congestion_management()
67 cumulative_acks = 255; in rxrpc_congestion_management()
72 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
79 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
102 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()
165 cumulative_acks = 0; in rxrpc_congestion_management()
170 call->cong_cumul_acks = cumulative_acks; in rxrpc_congestion_management()