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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dstream.c77 * sk_stream_closing - Return 1 if we still have things to send in our buffers.
80 static inline int sk_stream_closing(struct sock *sk) function
94 if (sk_wait_event(sk, &timeout, !sk_stream_closing(sk)))

Completed in 45 milliseconds