Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h962 u32 notsent_bytes; in mptcp_stream_memory_free() local
964 notsent_bytes = READ_ONCE(msk->write_seq) - READ_ONCE(msk->snd_nxt); in mptcp_stream_memory_free()
965 return (notsent_bytes << wake) < mptcp_notsent_lowat(sk); in mptcp_stream_memory_free()
/linux/net/ipv4/
H A Dtcp.c522 u32 notsent_bytes = READ_ONCE(tp->write_seq) - READ_ONCE(tp->snd_nxt); in tcp_stream_memory_free() local
524 return (notsent_bytes << wake) < tcp_notsent_lowat(tp); in tcp_stream_memory_free()