Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dtcp_connect.c223 if (tc->t_tinc) { in rds_tcp_conn_path_shutdown()
224 rds_inc_put(&tc->t_tinc->ti_inc); in rds_tcp_conn_path_shutdown()
225 tc->t_tinc = NULL; in rds_tcp_conn_path_shutdown()
H A Dtcp_recv.c161 struct rds_tcp_incoming *tinc = tc->t_tinc; in rds_tcp_data_recv()
180 tc->t_tinc = tinc; in rds_tcp_data_recv()
250 tc->t_tinc = NULL; in rds_tcp_data_recv()
H A Dtcp.c172 if (tc->t_tinc) { in rds_tcp_reset_callbacks()
173 rds_inc_put(&tc->t_tinc->ti_inc); in rds_tcp_reset_callbacks()
174 tc->t_tinc = NULL; in rds_tcp_reset_callbacks()
379 tc->t_tinc = NULL; in rds_tcp_conn_alloc()
H A Dtcp.h26 struct rds_tcp_incoming *t_tinc; member