Home
last modified time | relevance | path

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

/linux-6.6.21/net/rxrpc/ !
Dinput.c40 call->cong_mode == RXRPC_CALL_SLOW_START) { in rxrpc_congestion_management()
41 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
56 switch (call->cong_mode) { in rxrpc_congestion_management()
63 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
104 call->cong_mode = RXRPC_CALL_FAST_RETRANSMIT; in rxrpc_congestion_management()
142 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_management()
144 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
152 summary->mode = call->cong_mode; in rxrpc_congestion_management()
160 call->cong_mode = RXRPC_CALL_PACKET_LOSS; in rxrpc_congestion_management()
183 if (call->cong_mode != RXRPC_CALL_SLOW_START && in rxrpc_congestion_degrade()
[all …]
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()
Doutput.c370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
Dar-internal.h695 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member
/linux-6.6.21/include/trace/events/ !
Drxrpc.h1591 __entry->mode = call->cong_mode;