Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1115 static inline int sk_stream_wspace(const struct sock *sk) in sk_stream_wspace() function
1430 return sk_stream_wspace(sk) >= sk_stream_min_wspace(sk) && in __sk_stream_is_writeable()
/linux/net/sctp/
H A Dsocket.c113 : sk_stream_wspace(sk); in sctp_wspace()