Home
last modified time | relevance | path

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

/linux/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()
61 if (call->cong_cwnd >= call->cong_ssthresh) { in rxrpc_congestion_management()
82 if (call->cong_cumul_acks >= call->cong_cwnd) 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()
[all …]
H A Doutput.c470 else if (call->cong_ca_state == RXRPC_CA_SLOW_START && call->cong_cwnd <= RXRPC_MIN_CWND) in rxrpc_prepare_data_subpacket()
480 else if (call->tx_winsize <= (2 * req->n) || call->cong_cwnd <= (2 * req->n)) in rxrpc_prepare_data_subpacket()
H A Dar-internal.h791 u16 cong_cwnd; /* Congestion window size */ member
1571 int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); in rxrpc_tx_window_space()
H A Dproc.c103 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()
/linux/include/trace/events/
H A Drxrpc.h1045 __field(u16, cong_cwnd)
1057 __entry->cong_cwnd = call->cong_cwnd;
1069 __entry->cong_cwnd,
1924 __entry->cwnd = call->cong_cwnd;
1970 __entry->cwnd = call->cong_cwnd;