Home
last modified time | relevance | path

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

/linux/net/rxrpc/
A Dinput.c159 if (cwnd >= RXRPC_TX_MAX_WINDOW) in rxrpc_congestion_management()
160 cwnd = RXRPC_TX_MAX_WINDOW; in rxrpc_congestion_management()
703 if (rwind > RXRPC_TX_MAX_WINDOW) in rxrpc_input_ack_trailer()
704 rwind = RXRPC_TX_MAX_WINDOW; in rxrpc_input_ack_trailer()
A Dpeer_object.c230 peer->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_peer()
A Dcall_object.c178 call->cong_ssthresh = RXRPC_TX_MAX_WINDOW; in rxrpc_alloc_call()
A Dar-internal.h683 #define RXRPC_TX_MAX_WINDOW 128 macro

Completed in 14 milliseconds