Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
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()
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()
Doutput.c413 call->cong_mode == RXRPC_CALL_SLOW_START || in rxrpc_send_data_packet()
Dar-internal.h637 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member