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.