Searched refs:cong_ssthresh (Results 1 – 6 of 6) sorted by relevance
40 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management()42 if (call->cong_cwnd >= call->cong_ssthresh && in rxrpc_congestion_management()61 if (call->cong_cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management()104 call->cong_ssthresh = umax(summary->in_flight / 2, 2); in rxrpc_congestion_management()105 call->cong_cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management()126 call->cong_cwnd = call->cong_ssthresh; in rxrpc_congestion_management()144 if (call->cong_cwnd < call->cong_ssthresh) in rxrpc_congestion_management()197 call->cong_ssthresh = umax(call->cong_ssthresh, call->cong_cwnd * 3 / 4); in rxrpc_congestion_degrade()
197 call->peer->cong_ssthresh = call->cong_ssthresh; in rxrpc_disconnect_call()
240 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
372 u8 cong_ssthresh; /* Congestion slow-start threshold */ member738 u16 cong_ssthresh; /* Slow-start threshold */ member
175 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
1782 __entry->ssthresh = call->cong_ssthresh;