sk_stream_wait_connect(9)

Submitted by Jeremy
on July 19, 2007 - 1:23am
.\" Title: sk_stream_wait_connect .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 .\" Date: July 2007 .\" Manual: Linux Networking .\" Source: Kernel Hackers Manual 2.6.22 .\" .TH "SK_STREAM_WAIT_CONNE" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Linux Networking" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" sk_stream_wait_connect \- Wait for a socket to get into the connected state .SH "SYNOPSIS" .HP 27 .BI "int sk_stream_wait_connect(struct\ sock\ *\ " "sk" ", long\ *\ " "timeo_p" ");" .SH "ARGUMENTS" .TP 3n \fIsk\fR sock to wait on .TP 3n \fItimeo_p\fR for how long to wait .SH "DESCRIPTION" .PP Must be called with the socket locked. .SH "COPYRIGHT"