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

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

Completed in 143 milliseconds