Home
last modified time | relevance | path

Searched refs:cumulative_acks (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dinput.c38 unsigned int cumulative_acks = call->cong_cumul_acks; in rxrpc_congestion_management() local
54 cumulative_acks = 0; in rxrpc_congestion_management()
58 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
59 if (cumulative_acks > 255) in rxrpc_congestion_management()
60 cumulative_acks = 255; in rxrpc_congestion_management()
64 summary->cumulative_acks = cumulative_acks; in rxrpc_congestion_management()
71 if (summary->cumulative_acks > 0) in rxrpc_congestion_management()
94 if (cumulative_acks >= cwnd) in rxrpc_congestion_management()
157 cumulative_acks = 0; in rxrpc_congestion_management()
162 call->cong_cumul_acks = cumulative_acks; in rxrpc_congestion_management()
H A Dar-internal.h749 u8 cumulative_acks; member
/openbmc/linux/include/trace/events/
H A Drxrpc.h1566 __entry->sum.cumulative_acks,