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

/linux-master/net/rxrpc/
H A Dinput.c40 call->cong_mode == RXRPC_CALL_SLOW_START) {
41 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
56 switch (call->cong_mode) {
63 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
104 call->cong_mode = RXRPC_CALL_FAST_RETRANSMIT;
142 call->cong_mode = RXRPC_CALL_SLOW_START;
144 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
152 summary->mode = call->cong_mode;
160 call->cong_mode = RXRPC_CALL_PACKET_LOSS;
183 if (call->cong_mode !
[all...]
H A Dconn_client.c440 call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
442 call->cong_mode = RXRPC_CALL_SLOW_START;
H A Dar-internal.h704 enum rxrpc_congest_mode cong_mode:8; /* Congestion management mode */ member in struct:rxrpc_call
H A Doutput.c357 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2)
/linux-master/include/trace/events/
H A Drxrpc.h1610 __entry->mode = call->cong_mode;

Completed in 239 milliseconds