Searched refs:mptcp_win_from_space (Results 1 – 2 of 2) sorted by relevance
362 static inline int mptcp_win_from_space(const struct sock *sk, int space) in mptcp_win_from_space() function369 return mptcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf) - __mptcp_rmem(sk)); in __mptcp_space()
1410 *full_space = mptcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf)); in mptcp_space()