Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_output.c2051 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local
2066 halfcwnd = max(cwnd >> 1, 1U); in tcp_cwnd_test()
2067 return min(halfcwnd, cwnd - in_flight); in tcp_cwnd_test()