Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2036 u32 in_flight, cwnd, halfcwnd; in tcp_cwnd_test() local
2051 halfcwnd = max(cwnd >> 1, 1U); in tcp_cwnd_test()
2052 return min(halfcwnd, cwnd - in_flight); in tcp_cwnd_test()