Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dtcp_output.c1530 u32 send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local
1551 cong_win = (tp->snd_cwnd - in_flight) * tp->mss_cache; in tcp_tso_should_defer()
1553 limit = min(send_win, cong_win); in tcp_tso_should_defer()