#include <linux/module.h>
#include <linux/net.h>
#include <linux/signal.h>
#include <linux/tcp.h>
#include <linux/wait.h>
#include <net/sock.h>
Go to the source code of this file.
sk_stream_wait_connect - Wait for a socket to get into the connected state : sock to wait on : for how long to wait
Must be called with the socket locked.
Definition at line 55 of file stream.c.
sk_stream_wait_memory - Wait for more memory for a socket : socket to wait for memory : for how long
Definition at line 117 of file stream.c.
sk_stream_write_space - stream socket write_space callback. : socket
FIXME: write proper description
Definition at line 28 of file stream.c.