Searched refs:cong_mode (Results 1 – 4 of 4) sorted by relevance
57 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()
378 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE; in rxrpc_prep_call()380 call->cong_mode = RXRPC_CALL_SLOW_START; in rxrpc_prep_call()
413 call->cong_mode == RXRPC_CALL_SLOW_START || in rxrpc_send_data_packet()
637 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member