Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Drds.h58 #define RDS_TRANS_TCP 2 macro
/linux-4.4.14/net/rds/
Dtcp.c266 .t_type = RDS_TRANS_TCP,
Dconnection.c322 if (conn->c_trans->t_type != RDS_TRANS_TCP || in rds_conn_shutdown()