Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dinput.c51 call->cong_mode == RXRPC_CALL_SLOW_START) { in rxrpc_congestion_management()
68 case RXRPC_CALL_SLOW_START: in rxrpc_congestion_management()
153 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_management()
194 if (call->cong_mode != RXRPC_CALL_SLOW_START && in rxrpc_congestion_degrade()
208 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_degrade()
H A Dconn_client.c433 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_activate_one_channel()
H A Doutput.c370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
H A Dar-internal.h594 RXRPC_CALL_SLOW_START, enumerator
/openbmc/linux/include/trace/events/
H A Drxrpc.h388 E_(RXRPC_CALL_SLOW_START, "SlowStart")