table of contents
other versions
SK_STREAM_WAIT_CONNE(9) | Linux Networking | SK_STREAM_WAIT_CONNE(9) |
NAME¶
sk_stream_wait_connect - Wait for a socket to get into the connected state
SYNOPSIS¶
int sk_stream_wait_connect(struct sock * sk, long * timeo_p);
ARGUMENTS¶
struct sock * sk
sock to wait on
long * timeo_p
for how long to wait
DESCRIPTION¶
Must be called with the socket locked.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |