
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.