Lines Matching refs:cumulative_acks
48 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
64 cumulative_acks = 0; in rxrpc_congestion_management()
68 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
69 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
70 if (cumulative_acks > 255) in rxrpc_congestion_management()
71 cumulative_acks = 255; in rxrpc_congestion_management()
76 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
83 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
106 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()
169 cumulative_acks = 0; in rxrpc_congestion_management()
174 call->cong_cumul_acks = cumulative_acks; in rxrpc_congestion_management()