Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2179 u32 send_win, cong_win, limit, in_flight; in tcp_tso_should_defer() local
2202 send_win = tcp_wnd_end(tp) - TCP_SKB_CB(skb)->seq; in tcp_tso_should_defer()
2207 limit = min(send_win, cong_win); in tcp_tso_should_defer()
2252 if (cong_win < send_win) { in tcp_tso_should_defer()
2258 if (send_win <= skb->len) { in tcp_tso_should_defer()