Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c1771 u32 age, send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local
1793 send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_tso_should_defer()
1798 limit = min(send_win, cong_win); in tcp_tso_should_defer()
1837 if (cong_win < send_win && cong_win < skb->len) in tcp_tso_should_defer()