Home
last modified time | relevance | path

Searched refs:cong_ssthresh (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/rxrpc/
Dinput.c53 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()
56 if (cwnd >= call->cong_ssthresh && in rxrpc_congestion_management()
71 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()
81 if (cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management()
124 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()
126 cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management()
144 cwnd = call->cong_ssthresh; in rxrpc_congestion_management()
160 if (cwnd < call->cong_ssthresh) in rxrpc_congestion_management()
748 if (call->cong_ssthresh > rwind) in rxrpc_input_ackinfo()
749 call->cong_ssthresh = rwind; in rxrpc_input_ackinfo()
Dcall_object.c177 call->cong_ssthresh = RXRPC_RXTX_BUFF_SIZE - 1; in rxrpc_alloc_call()
Dar-internal.h653 u8 cong_ssthresh; /* Slow-start threshold */ member
Dconn_client.c371 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_prep_call()