Home
last modified time | relevance | path

Searched refs:RDS_TRANS_TCP (Results 1 – 6 of 6) 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.c548 .t_type = RDS_TRANS_TCP, in rds_tcp_tune()
H A Drecv.c143 WARN_ON(conn->c_trans->t_type != RDS_TRANS_TCP); in rds_conn_peer_gen_update()
H A Dsend.c1310 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