Home
last modified time | relevance | path

Searched refs:t_tinc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/rds/
Dtcp_connect.c150 if (tc->t_tinc) { in rds_tcp_conn_shutdown()
151 rds_inc_put(&tc->t_tinc->ti_inc); in rds_tcp_conn_shutdown()
152 tc->t_tinc = NULL; in rds_tcp_conn_shutdown()
Dtcp_recv.c160 struct rds_tcp_incoming *tinc = tc->t_tinc; in rds_tcp_data_recv()
179 tc->t_tinc = tinc; in rds_tcp_data_recv()
248 tc->t_tinc = NULL; in rds_tcp_data_recv()
Dtcp.h20 struct rds_tcp_incoming *t_tinc; member
Dtcp.c208 tc->t_tinc = NULL; in rds_tcp_conn_alloc()