Searched refs:RXRPC_TX_MAX_WINDOW (Results 1 – 4 of 4) sorted by relevance
150 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()
228 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
184 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
666 #define RXRPC_TX_MAX_WINDOW 128 macro