Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rds_tcp_connection Struct Reference

#include <tcp.h>

Data Fields

struct list_head t_tcp_node
 
struct rds_connectionconn
 
struct sockett_sock
 
voidt_orig_write_space
 
voidt_orig_data_ready
 
voidt_orig_state_change
 
struct rds_tcp_incomingt_tinc
 
size_t t_tinc_hdr_rem
 
size_t t_tinc_data_rem
 
struct work_struct t_conn_w
 
struct work_struct t_send_w
 
struct work_struct t_down_w
 
struct work_struct t_recv_w
 
struct list_head t_list_item
 
u32 t_last_sent_nxt
 
u32 t_last_expected_una
 
u32 t_last_seen_una
 

Detailed Description

Definition at line 11 of file tcp.h.

Field Documentation

Definition at line 14 of file tcp.h.

struct work_struct t_conn_w

Definition at line 25 of file tcp.h.

struct work_struct t_down_w

Definition at line 27 of file tcp.h.

u32 t_last_expected_una

Definition at line 33 of file tcp.h.

u32 t_last_seen_una

Definition at line 34 of file tcp.h.

u32 t_last_sent_nxt

Definition at line 32 of file tcp.h.

struct list_head t_list_item

Definition at line 31 of file tcp.h.

void* t_orig_data_ready

Definition at line 17 of file tcp.h.

void* t_orig_state_change

Definition at line 18 of file tcp.h.

void* t_orig_write_space

Definition at line 16 of file tcp.h.

struct work_struct t_recv_w

Definition at line 28 of file tcp.h.

struct work_struct t_send_w

Definition at line 26 of file tcp.h.

struct socket* t_sock

Definition at line 15 of file tcp.h.

struct list_head t_tcp_node

Definition at line 13 of file tcp.h.

Definition at line 20 of file tcp.h.

size_t t_tinc_data_rem

Definition at line 22 of file tcp.h.

size_t t_tinc_hdr_rem

Definition at line 21 of file tcp.h.


The documentation for this struct was generated from the following file: