Searched refs:RDS_TRANS_TCP (Results 1 – 3 of 3) sorted by relevance
131 if (!is_outgoing && otrans->t_type == RDS_TRANS_TCP) in __rds_conn_create()237 if (!is_outgoing && otrans->t_type == RDS_TRANS_TCP) in __rds_conn_create()246 if ((is_outgoing && otrans->t_type == RDS_TRANS_TCP) || in __rds_conn_create()247 (otrans->t_type != RDS_TRANS_TCP)) { in __rds_conn_create()
280 .t_type = RDS_TRANS_TCP,
413 #define RDS_TRANS_TCP 2 macro