Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
loop.c File Reference
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/in.h>
#include "rds.h"
#include "loop.h"

Go to the source code of this file.

Data Structures

struct  rds_loop_connection
 

Functions

void rds_loop_exit (void)
 

Variables

struct rds_transport rds_loop_transport
 

Function Documentation

void rds_loop_exit ( void  )

Definition at line 161 of file loop.c.

Variable Documentation

struct rds_transport rds_loop_transport
Initial value:
= {
.xmit = rds_loop_xmit,
.recv = rds_loop_recv,
.conn_alloc = rds_loop_conn_alloc,
.conn_free = rds_loop_conn_free,
.conn_connect = rds_loop_conn_connect,
.conn_shutdown = rds_loop_conn_shutdown,
.inc_copy_to_user = rds_message_inc_copy_to_user,
.inc_free = rds_loop_inc_free,
.t_name = "loopback",
}

Definition at line 184 of file loop.c.