Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
H A Dpeer_object.c231 peer->cong_cwnd = 2; in rxrpc_alloc_peer()
233 peer->cong_cwnd = 3; in rxrpc_alloc_peer()
235 peer->cong_cwnd = 4; in rxrpc_alloc_peer()
H A Dcall_accept.c329 call->cong_cwnd = call->peer->cong_cwnd; in rxrpc_alloc_incoming_call()
H A Dconn_object.c211 call->peer->cong_cwnd = call->cong_cwnd; in rxrpc_disconnect_call()
H A Dconn_client.c376 call->cong_cwnd = cp->peer->cong_cwnd; in rxrpc_prep_call()
377 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_prep_call()
H A Dproc.c243 peer->cong_cwnd, in rxrpc_peer_seq_show()
H A Dinput.c45 unsigned int cwnd = call->cong_cwnd; in rxrpc_congestion_management()
70 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management()
169 call->cong_cwnd = cwnd; in rxrpc_congestion_management()
H A Dar-internal.h314 u8 cong_cwnd; /* Congestion window size */ member
634 u8 cong_cwnd; /* Congestion window size */ member
H A Dcall_object.c176 call->cong_cwnd = 2; in rxrpc_alloc_call()
H A Dsendmsg.c27 call->cong_cwnd + call->cong_extra); in rxrpc_check_tx_space()
/kernel/linux/linux-6.6/net/rxrpc/
H A 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()
H A 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()
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 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
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h1592 __entry->cwnd = call->cong_cwnd;

Completed in 20 milliseconds