Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp.c1574 bool time_to_ack = false; in __tcp_cleanup_rbuf() local
1592 time_to_ack = true; in __tcp_cleanup_rbuf()
1601 if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) { in __tcp_cleanup_rbuf()
1614 time_to_ack = true; in __tcp_cleanup_rbuf()
1617 if (time_to_ack) in __tcp_cleanup_rbuf()