Home
last modified time | relevance | path

Searched defs:rds_tcp_connection (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/rds/
Dtcp.h11 struct rds_tcp_connection { struct
13 struct list_head t_tcp_node;
14 struct rds_connection *conn;
15 struct socket *t_sock;
16 void *t_orig_write_space;
17 void *t_orig_data_ready;
18 void *t_orig_state_change;
20 struct rds_tcp_incoming *t_tinc;
21 size_t t_tinc_hdr_rem;
22 size_t t_tinc_data_rem;
[all …]