Home
last modified time | relevance | path

Searched refs:cong_mode (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
H A 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 ! 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
/kernel/linux/linux-5.10/net/rxrpc/
H A Dinput.c57 call->cong_mode == RXRPC_CALL_SLOW_START) { in rxrpc_congestion_management()
58 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
69 summary->mode = call->cong_mode; in rxrpc_congestion_management()
75 switch (call->cong_mode) { in rxrpc_congestion_management()
82 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
123 call->cong_mode = RXRPC_CALL_FAST_RETRANSMIT; in rxrpc_congestion_management()
161 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_congestion_management()
163 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_congestion_management()
178 call->cong_mode = RXRPC_CALL_PACKET_LOSS; in rxrpc_congestion_management()
H A Dconn_client.c378 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_prep_call()
380 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_prep_call()
H A Dar-internal.h637 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member
H A Doutput.c413 call->cong_mode == RXRPC_CALL_SLOW_START || in rxrpc_send_data_packet()
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h1591 __entry->mode = call->cong_mode;

Completed in 16 milliseconds