cong_mode         650 net/rxrpc/ar-internal.h 	enum rxrpc_congest_mode	cong_mode:8;	/* Congestion management mode */
cong_mode         295 net/rxrpc/conn_client.c 		call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
cong_mode         297 net/rxrpc/conn_client.c 		call->cong_mode = RXRPC_CALL_SLOW_START;
cong_mode          57 net/rxrpc/input.c 		    call->cong_mode == RXRPC_CALL_SLOW_START) {
cong_mode          58 net/rxrpc/input.c 			call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
cong_mode          69 net/rxrpc/input.c 	summary->mode = call->cong_mode;
cong_mode          75 net/rxrpc/input.c 	switch (call->cong_mode) {
cong_mode          82 net/rxrpc/input.c 			call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
cong_mode         123 net/rxrpc/input.c 		call->cong_mode = RXRPC_CALL_FAST_RETRANSMIT;
cong_mode         161 net/rxrpc/input.c 		call->cong_mode = RXRPC_CALL_SLOW_START;
cong_mode         163 net/rxrpc/input.c 		call->cong_mode = RXRPC_CALL_CONGEST_AVOIDANCE;
cong_mode         178 net/rxrpc/input.c 	call->cong_mode = RXRPC_CALL_PACKET_LOSS;
cong_mode         371 net/rxrpc/output.c 	     call->cong_mode == RXRPC_CALL_SLOW_START ||