Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dtransport.c44 [RDS_TRANS_TCP] = "rds_tcp",
H A Dthreads.c134 if (conn->c_trans->t_type == RDS_TRANS_TCP && in rds_queue_reconnect()
H A Dtcp.c478 .t_type = RDS_TRANS_TCP,
H A Dsend.c1283 if (rs->rs_transport->t_type != RDS_TRANS_TCP) { in rds_sendmsg()
/linux/include/uapi/linux/
H A Drds.h68 #define RDS_TRANS_TCP 2 macro