Home
last modified time | relevance | path

Searched refs:sk_stream_wspace (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c619 wspace = sk_stream_wspace(sk); in ksocknal_write_space()
/linux-4.4.14/include/net/
Dsock.h809 static inline int sk_stream_wspace(const struct sock *sk) in sk_stream_wspace() function
1128 return sk_stream_wspace(sk) >= sk_stream_min_wspace(sk) && in sk_stream_is_writeable()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c476 if (sk_stream_wspace(svsk->sk_sk) >= required || in svc_tcp_has_wspace()
/linux-4.4.14/net/sctp/
Dsocket.c129 amt = sk_stream_wspace(asoc->base.sk); in sctp_wspace()