Searched refs:cong_cwnd (Results 1 – 7 of 7) sorted by relevance
41 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 …]
738 u16 cong_cwnd; /* Congestion window size */ member1489 int winsize = umin(call->tx_winsize, call->cong_cwnd + call->cong_extra); in rxrpc_tx_window_space()
99 call->cong_cwnd, in rxrpc_call_seq_show()
174 call->cong_cwnd = RXRPC_MIN_CWND; in rxrpc_alloc_call()
439 if (call->cong_cwnd >= call->cong_ssthresh) in rxrpc_activate_one_channel()
472 else if (call->cong_ca_state == RXRPC_CA_SLOW_START && call->cong_cwnd <= RXRPC_MIN_CWND) in rxrpc_prepare_data_subpacket()
984 __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;