Home
last modified time | relevance | path

Searched refs:cong_mode (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()
52 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
67 switch (call->cong_mode) { in rxrpc_congestion_management()
74 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
115 call->cong_mode = RXRPC_CALL_FAST_RETRANSMIT; in rxrpc_congestion_management()
153 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_management()
155 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
163 summary->mode = call->cong_mode; in rxrpc_congestion_management()
171 call->cong_mode = RXRPC_CALL_PACKET_LOSS; in rxrpc_congestion_management()
194 if (call->cong_mode != RXRPC_CALL_SLOW_START && in rxrpc_congestion_degrade()
[all …]
H A Dconn_client.c431 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_activate_one_channel()
433 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.h695 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member
/openbmc/linux/include/trace/events/
H A Drxrpc.h1618 __entry->mode = call->cong_mode;