Home
last modified time | relevance | path

Searched refs:notsent_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp.h2011 * This sends EPOLLOUT only if notsent_bytes is half the limit.
2017 u32 notsent_bytes = READ_ONCE(tp->write_seq) - in tcp_stream_memory_free() local
2020 return (notsent_bytes << wake) < tcp_notsent_lowat(tp); in tcp_stream_memory_free()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c3093 * This sends EPOLLOUT only if notsent_bytes is half the limit.
3099 u32 notsent_bytes = READ_ONCE(tp->write_seq) - in tcp_stream_memory_free() local
3102 return (notsent_bytes << wake) < tcp_notsent_lowat(tp); in tcp_stream_memory_free()

Completed in 8 milliseconds