Home
last modified time | relevance | path

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

/linux-6.15/net/rxrpc/
H A Dinput.c41 call->cong_cwnd = 1; in rxrpc_congestion_management()
42 if (call->cong_cwnd >= call->cong_ssthresh && in rxrpc_congestion_management()
60 call->cong_cwnd += 1; in rxrpc_congestion_management()
83 call->cong_cwnd++; in rxrpc_congestion_management()
105 call->cong_cwnd = call->cong_ssthresh + 3; in rxrpc_congestion_management()
117 call->cong_cwnd += 1; in rxrpc_congestion_management()
126 call->cong_cwnd = call->cong_ssthresh; in rxrpc_congestion_management()
144 if (call->cong_cwnd < call->cong_ssthresh) in rxrpc_congestion_management()
151 if (call->cong_cwnd >= RXRPC_TX_MAX_WINDOW) in rxrpc_congestion_management()
152 call->cong_cwnd = RXRPC_TX_MAX_WINDOW; in rxrpc_congestion_management()
[all …]
H A Dar-internal.h738 u16 cong_cwnd; /* Congestion window size */ member
1489 int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); in rxrpc_tx_window_space()
H A Dproc.c99 call->cong_cwnd, in rxrpc_call_seq_show()
H A Dcall_object.c174 call->cong_cwnd = RXRPC_MIN_CWND; in rxrpc_alloc_call()
H A Dconn_client.c439 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
H A Doutput.c472 else if (call->cong_ca_state == RXRPC_CA_SLOW_START && call->cong_cwnd <= RXRPC_MIN_CWND) in rxrpc_prepare_data_subpacket()
/linux-6.15/include/trace/events/
H A Drxrpc.h984 __field(u16, cong_cwnd)
996 __entry->cong_cwnd = call->cong_cwnd;
1008 __entry->cong_cwnd,
1781 __entry->cwnd = call->cong_cwnd;
1827 __entry->cwnd = call->cong_cwnd;