Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_SLOW_START (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dinput.c40 call->cong_mode == RXRPC_CALL_SLOW_START) { in rxrpc_congestion_management()
59 case RXRPC_CALL_SLOW_START: in rxrpc_congestion_management()
144 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_management()
184 if (call->cong_mode != RXRPC_CALL_SLOW_START && in rxrpc_congestion_degrade()
198 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_degrade()
Dconn_client.c432 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_activate_one_channel()
Doutput.c370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
Dar-internal.h586 RXRPC_CALL_SLOW_START, enumerator
/Linux-v6.6/include/trace/events/
Drxrpc.h382 E_(RXRPC_CALL_SLOW_START, "SlowStart")