Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h875 static inline u32 mptcp_notsent_lowat(const struct sock *sk) in mptcp_notsent_lowat() function
890 return (notsent_bytes << wake) < mptcp_notsent_lowat(sk); in mptcp_stream_memory_free()
H A Dprotocol.c1784 limit = mptcp_notsent_lowat(sk); in mptcp_send_limit()