Searched refs:sk_stream_wspace (Results 1 – 4 of 4) sorted by relevance
79 #define SOCKNAL_WSPACE(sk) sk_stream_wspace(sk)
791 static inline int sk_stream_wspace(const struct sock *sk) in sk_stream_wspace() function1144 return sk_stream_wspace(sk) >= sk_stream_min_wspace(sk) && in sk_stream_is_writeable()
451 if (sk_stream_wspace(svsk->sk_sk) >= required || in svc_tcp_has_wspace()
129 amt = sk_stream_wspace(asoc->base.sk); in sctp_wspace()