Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dsock.h888 static inline int sk_stream_min_wspace(const struct sock *sk) in sk_stream_min_wspace() function
1244 return sk_stream_wspace(sk) >= sk_stream_min_wspace(sk) && in __sk_stream_is_writeable()