Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dinput.c57 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()
60 if (cwnd >= call->cong_ssthresh && in rxrpc_congestion_management()
75 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()
85 if (cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management()
128 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()
130 cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management()
148 cwnd = call->cong_ssthresh; in rxrpc_congestion_management()
164 if (cwnd < call->cong_ssthresh) in rxrpc_congestion_management()
750 if (call->cong_ssthresh > rwind) in rxrpc_input_ackinfo()
751 call->cong_ssthresh = rwind; in rxrpc_input_ackinfo()
Dcall_object.c157 call->cong_ssthresh = RXRPC_RXTX_BUFF_SIZE - 1; in rxrpc_alloc_call()
575 call->cong_ssthresh = 0; in rxrpc_prepare_call_for_retry()
Dar-internal.h622 u8 cong_ssthresh; /* Slow-start threshold */ member
Dconn_client.c298 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_get_client_conn()