SK_STREAM_WAIT_CONNE
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
 
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
sk
- 
- sock to wait on
timeo_p
- 
for how long to wait
DESCRIPTION
Must be called with the socket locked.
 
COPYRIGHT