Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dinput.c150 if (cwnd >= RXRPC_TX_MAX_WINDOW) in rxrpc_congestion_management()
151 cwnd = RXRPC_TX_MAX_WINDOW; in rxrpc_congestion_management()
683 if (rwind > RXRPC_TX_MAX_WINDOW) in rxrpc_input_ackinfo()
684 rwind = RXRPC_TX_MAX_WINDOW; in rxrpc_input_ackinfo()
Dpeer_object.c228 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
Dcall_object.c184 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
Dar-internal.h666 #define RXRPC_TX_MAX_WINDOW 128 macro