Searched refs:RXRPC_TX_MAX_WINDOW (Results 1 – 4 of 4) sorted by relevance
159 if (cwnd >= RXRPC_TX_MAX_WINDOW) in rxrpc_congestion_management()160 cwnd = RXRPC_TX_MAX_WINDOW; in rxrpc_congestion_management()706 if (rwind > RXRPC_TX_MAX_WINDOW) in rxrpc_input_ack_trailer()707 rwind = RXRPC_TX_MAX_WINDOW; in rxrpc_input_ack_trailer()
228 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
179 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
674 #define RXRPC_TX_MAX_WINDOW 128 macro