Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dinput.c36 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 …]
Dconn_object.c200 call->peer->cong_ssthresh = call->cong_ssthresh; in rxrpc_disconnect_call()
Dconn_client.c428 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()
Dcall_accept.c313 call->cong_ssthresh = call->peer->cong_ssthresh; in rxrpc_alloc_incoming_call()
Dpeer_object.c228 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
Dproc.c232 peer->cong_ssthresh, in rxrpc_peer_seq_show()
Dar-internal.h349 u8 cong_ssthresh; /* Congestion slow-start threshold */ member
686 u8 cong_ssthresh; /* Slow-start threshold */ member
Dcall_object.c184 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()