Home
last modified time | relevance | path

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

/Linux-v5.4/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()
752 if (call->cong_ssthresh > rwind) in rxrpc_input_ackinfo()
753 call->cong_ssthresh = rwind; in rxrpc_input_ackinfo()
Dcall_object.c153 call->cong_ssthresh = RXRPC_RXTX_BUFF_SIZE - 1; in rxrpc_alloc_call()
Dar-internal.h643 u8 cong_ssthresh; /* Slow-start threshold */ member
Dconn_client.c294 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_get_client_conn()