#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/in.h>
#include <linux/module.h>
#include <net/tcp.h>
#include "rds.h"
#include "tcp.h"
Go to the source code of this file.
#define RDS_TCP_DEFAULT_BUFSIZE (128 * 1024) |
Definition at line 53 of file tcp.c.
module_exit |
( |
rds_tcp_exit |
| ) |
|
module_init |
( |
rds_tcp_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|
Definition at line 56 of file tcp.c.
Definition at line 94 of file tcp.c.
Definition at line 84 of file tcp.c.
Definition at line 89 of file tcp.c.
Definition at line 67 of file tcp.c.
Initial value:= {
.laddr_check = rds_tcp_laddr_check,
.conn_alloc = rds_tcp_conn_alloc,
.conn_free = rds_tcp_conn_free,
.exit = rds_tcp_exit,
.t_name = "tcp",
.t_prefer_loopback = 1,
}
Definition at line 264 of file tcp.c.