Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip.c1607 bool time_to_ack = false; in tcp_nip_cleanup_rbuf() local
1630 time_to_ack = true; in tcp_nip_cleanup_rbuf()
1639 if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) { in tcp_nip_cleanup_rbuf()
1652 time_to_ack = true; in tcp_nip_cleanup_rbuf()
1655 if (time_to_ack) in tcp_nip_cleanup_rbuf()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c1555 bool time_to_ack = false; in tcp_cleanup_rbuf() local
1583 time_to_ack = true; in tcp_cleanup_rbuf()
1592 if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) { in tcp_cleanup_rbuf()
1605 time_to_ack = true; in tcp_cleanup_rbuf()
1608 if (time_to_ack) in tcp_cleanup_rbuf()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c1447 bool time_to_ack = false; in __tcp_cleanup_rbuf() local
1465 time_to_ack = true; in __tcp_cleanup_rbuf()
1474 if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) { in __tcp_cleanup_rbuf()
1487 time_to_ack = true; in __tcp_cleanup_rbuf()
1490 if (time_to_ack) in __tcp_cleanup_rbuf()

Completed in 14 milliseconds