Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c2032 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local
2047 halfcwnd = max(cwnd >> 1, 1U); in tcp_cwnd_test()
2048 return min(halfcwnd, cwnd - in_flight); in tcp_cwnd_test()