Searched refs:sk_stream_wspace (Results 1 – 4 of 4) sorted by relevance
619 wspace = sk_stream_wspace(sk); in ksocknal_write_space()
809 static inline int sk_stream_wspace(const struct sock *sk) in sk_stream_wspace() function1128 return sk_stream_wspace(sk) >= sk_stream_min_wspace(sk) && in sk_stream_is_writeable()
476 if (sk_stream_wspace(svsk->sk_sk) >= required || in svc_tcp_has_wspace()
129 amt = sk_stream_wspace(asoc->base.sk); in sctp_wspace()