Home
last modified time | relevance | path

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

/linux-6.6.21/net/rxrpc/
Dinput.c28 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management()
51 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management()
150 call->cong_cwnd = cwnd; in rxrpc_congestion_management()
199 call->cong_cwnd * 3 / 4); in rxrpc_congestion_degrade()
200 call->cong_cwnd = max_t(unsigned int, call->cong_cwnd / 2, RXRPC_MIN_CWND); in rxrpc_congestion_degrade()
Dcall_object.c179 call->cong_cwnd = 2; in rxrpc_alloc_call()
181 call->cong_cwnd = 3; in rxrpc_alloc_call()
183 call->cong_cwnd = 4; in rxrpc_alloc_call()
Dproc.c101 call->cong_cwnd, in rxrpc_call_seq_show()
Dcall_event.c292 call->cong_cwnd + call->cong_extra); in rxrpc_tx_window_has_space()
Dconn_client.c430 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
Doutput.c370 else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->cong_cwnd <= 2) in rxrpc_send_data_packet()
Dar-internal.h692 u8 cong_cwnd; /* Congestion window size */ member
/linux-6.6.21/include/trace/events/
Drxrpc.h1592 __entry->cwnd = call->cong_cwnd;