Home
last modified time | relevance | path

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

/net/rxrpc/
A Dinput.c46 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()
A Dar-internal.h794 u16 cong_cumul_acks; /* Cumulative ACK count */ member

Completed in 12 milliseconds