Home
last modified time | relevance | path

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

/linux-6.1.9/net/rds/
Drdma_transport.c130 conn->c_proposed_version = RDS_PROTOCOL_COMPAT_VERSION; in rds_rdma_cm_event_handler_cmn()
Dib_cm.c113 if (conn->c_version != RDS_PROTOCOL_COMPAT_VERSION) { in rds_ib_cm_connect_complete()
739 } else if (RDS_PROTOCOL_COMPAT_VERSION == in rds_ib_protocol_compatible()
741 version = RDS_PROTOCOL_COMPAT_VERSION; in rds_ib_protocol_compatible()
Drds.h28 #define RDS_PROTOCOL_COMPAT_VERSION RDS_PROTOCOL_3_1 macro