Searched refs:notsent_bytes (Results 1 – 1 of 1) sorted by relevance
1004 u32 notsent_bytes; in mptcp_stream_memory_free() local1006 notsent_bytes = READ_ONCE(msk->write_seq) - READ_ONCE(msk->snd_nxt); in mptcp_stream_memory_free()1007 return (notsent_bytes << wake) < mptcp_notsent_lowat(sk); in mptcp_stream_memory_free()