Searched refs:cong_ssthresh (Results 1 – 8 of 8) sorted by relevance
36 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()39 if (cwnd >= call->cong_ssthresh && in rxrpc_congestion_management()54 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()64 if (cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management()107 call->cong_ssthresh = max_t(unsigned int, in rxrpc_congestion_management()109 cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management()127 cwnd = call->cong_ssthresh; in rxrpc_congestion_management()143 if (cwnd < call->cong_ssthresh) in rxrpc_congestion_management()199 call->cong_ssthresh = max_t(unsigned int, call->cong_ssthresh, in rxrpc_congestion_degrade()692 if (call->cong_ssthresh > rwind) in rxrpc_input_ackinfo()[all …]
200 call->peer->cong_ssthresh = call->cong_ssthresh; in rxrpc_disconnect_call()
428 call->cong_ssthresh = call->peer->cong_ssthresh; in rxrpc_activate_one_channel()429 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
313 call->cong_ssthresh = call->peer->cong_ssthresh; in rxrpc_alloc_incoming_call()
228 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
232 peer->cong_ssthresh, in rxrpc_peer_seq_show()
349 u8 cong_ssthresh; /* Congestion slow-start threshold */ member686 u8 cong_ssthresh; /* Slow-start threshold */ member
184 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()