Searched refs:cong_cwnd (Results 1 - 8 of 8) sorted by path

/linux-master/include/trace/events/
H A Drxrpc.h1611 __entry->cwnd = call->cong_cwnd;
/linux-master/net/rxrpc/
H A Dar-internal.h701 u8 cong_cwnd; /* Congestion window size */ member in struct:rxrpc_call
H A Dcall_event.c237 call->cong_cwnd + call->cong_extra);
H A Dcall_object.c178 call->cong_cwnd = 2;
180 call->cong_cwnd = 3;
182 call->cong_cwnd = 4;
H A Dconn_client.c439 if (call->cong_cwnd >= call->cong_ssthresh)
H A Dinput.c28 unsigned int cwnd = call->cong_cwnd;
51 summary->cwnd = call->cong_cwnd;
150 call->cong_cwnd = cwnd;
199 call->cong_cwnd * 3 / 4);
200 call->cong_cwnd = max_t(unsigned int, call->cong_cwnd / 2, RXRPC_MIN_CWND);
H A Doutput.c357 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2)
H A Dproc.c99 call->cong_cwnd,

Completed in 250 milliseconds