Lines Matching defs:rds_tcp_connection
12 struct rds_tcp_connection { struct
14 struct list_head t_tcp_node;
15 bool t_tcp_node_detached;
16 struct rds_conn_path *t_cpath;
20 struct mutex t_conn_path_lock;
21 struct socket *t_sock;
22 void *t_orig_write_space;
23 void *t_orig_data_ready;
24 void *t_orig_state_change;
26 struct rds_tcp_incoming *t_tinc;
27 size_t t_tinc_hdr_rem;
28 size_t t_tinc_data_rem;
31 struct work_struct t_conn_w;
32 struct work_struct t_send_w;
56 struct rds_tcp_connection *tc); argument