|
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_xmit_prepare (struct rds_connection *conn) |
| void | rds_tcp_xmit_complete (struct rds_connection *conn) |
| int | rds_tcp_xmit (struct rds_connection *conn, struct rds_message *rm, unsigned int hdr_off, unsigned int sg, unsigned int off) |
| void | rds_tcp_write_space (struct sock *sk) |
Definition at line 171 of file tcp_send.c.
| int rds_tcp_xmit | ( | struct rds_connection * | conn, |
| struct rds_message * | rm, | ||
| unsigned int | hdr_off, | ||
| unsigned int | sg, | ||
| unsigned int | off | ||
| ) |
Definition at line 80 of file tcp_send.c.
| void rds_tcp_xmit_complete | ( | struct rds_connection * | conn | ) |
Definition at line 58 of file tcp_send.c.
| void rds_tcp_xmit_prepare | ( | struct rds_connection * | conn | ) |
Definition at line 51 of file tcp_send.c.
1.8.2