Searched refs:cong_mode (Results 1 – 5 of 5) sorted by relevance
51 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 …]
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
1618 __entry->mode = call->cong_mode;