Searched refs:sk_stream_closing (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/core/
H A Dstream.c86 * sk_stream_closing - Return 1 if we still have things to send in our buffers.
89 static inline int sk_stream_closing(struct sock *sk) sk_stream_closing() function
103 if (sk_wait_event(sk, &timeout, !sk_stream_closing(sk))) sk_stream_wait_close()

Completed in 68 milliseconds