Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dinput.c39 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management()
62 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management()
161 call->cong_cwnd = cwnd; in rxrpc_congestion_management()
210 call->cong_cwnd * 3 / 4); in rxrpc_congestion_degrade()
211 call->cong_cwnd = max_t(unsigned int, call->cong_cwnd / 2, RXRPC_MIN_CWND); in rxrpc_congestion_degrade()
H A Dproc.c101 call->cong_cwnd, in rxrpc_call_seq_show()
H A Dcall_event.c292 call->cong_cwnd + call->cong_extra); in rxrpc_tx_window_has_space()
H A Dconn_client.c430 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
H A Dcall_object.c178 call->cong_cwnd = RXRPC_MIN_CWND; in rxrpc_alloc_call()
H A Doutput.c370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
H A Dar-internal.h692 u8 cong_cwnd; /* Congestion window size */ member
/openbmc/linux/include/trace/events/
H A Drxrpc.h1592 __entry->cwnd = call->cong_cwnd;