Home
last modified time | relevance | path

Searched refs:RDS_TRANS_TCP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/rds/
Dconnection.c131 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()
Dtcp.c280 .t_type = RDS_TRANS_TCP,
Drds.h413 #define RDS_TRANS_TCP 2 macro