Searched refs:cong_mode (Results 1 – 5 of 5) sorted by relevance
40 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 …]
431 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()
370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
695 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member
1591 __entry->mode = call->cong_mode;