Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tcp_connect.c File Reference
#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)
 

Function Documentation

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.

void rds_tcp_state_change ( struct sock sk)

Definition at line 40 of file tcp_connect.c.