Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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()
H A Dcall_object.c177 call->cong_ssthresh = RXRPC_RXTX_BUFF_SIZE - 1; in rxrpc_alloc_call()
H A Dar-internal.h636 u8 cong_ssthresh; /* Slow-start threshold */ member
H A Dconn_client.c377 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_prep_call()