Searched refs:cong_ssthresh (Results 1 – 4 of 4) sorted by relevance
53 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()
177 call->cong_ssthresh = RXRPC_RXTX_BUFF_SIZE - 1; in rxrpc_alloc_call()
653 u8 cong_ssthresh; /* Slow-start threshold */ member
371 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_prep_call()