Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dstream.c87 * sk_stream_closing - Return 1 if we still have things to send in our buffers.
90 static int sk_stream_closing(const struct sock *sk) in sk_stream_closing() function
104 if (sk_wait_event(sk, &timeout, !sk_stream_closing(sk), &wait)) in sk_stream_wait_close()
/kernel/linux/linux-6.6/net/core/
H A Dstream.c87 * sk_stream_closing - Return 1 if we still have things to send in our buffers.
90 static int sk_stream_closing(const struct sock *sk) in sk_stream_closing() function
104 if (sk_wait_event(sk, &timeout, !sk_stream_closing(sk), &wait)) in sk_stream_wait_close()

Completed in 2 milliseconds