Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/in.h>
#include <net/tcp.h>
#include "rds.h"
#include "tcp.h"
Go to the source code of this file.
Functions | |
void | rds_tcp_state_change (struct sock *sk) |
int | rds_tcp_conn_connect (struct rds_connection *conn) |
void | rds_tcp_conn_shutdown (struct rds_connection *conn) |
int rds_tcp_conn_connect | ( | struct rds_connection * | conn | ) |
Definition at line 75 of file tcp_connect.c.
void rds_tcp_conn_shutdown | ( | struct rds_connection * | conn | ) |
Definition at line 130 of file tcp_connect.c.
Definition at line 40 of file tcp_connect.c.