Lines Matching defs:rds_tcp_connection
11 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;
25 struct work_struct t_conn_w;
26 struct work_struct t_send_w;
50 struct rds_tcp_connection *tc); argument