Searched refs:cong_cumul_acks (Results 1 – 3 of 3) sorted by relevance
46 call->cong_cumul_acks = 0; in rxrpc_congestion_management()50 call->cong_cumul_acks += summary->nr_new_sacks; in rxrpc_congestion_management()51 call->cong_cumul_acks += summary->nr_new_hacks; in rxrpc_congestion_management()52 if (call->cong_cumul_acks > 255) in rxrpc_congestion_management()53 call->cong_cumul_acks = 255; in rxrpc_congestion_management()59 if (call->cong_cumul_acks > 0) in rxrpc_congestion_management()82 if (call->cong_cumul_acks >= call->cong_cwnd) in rxrpc_congestion_management()149 call->cong_cumul_acks = 0; in rxrpc_congestion_management()
740 u16 cong_cumul_acks; /* Cumulative ACK count */ member
1783 __entry->cumul_acks = call->cong_cumul_acks;