1/* Do not change this file without reading Documentation/versioning.md */ 2IBCM_1.0 { 3 global: 4 ib_cm_open_device; 5 ib_cm_close_device; 6 ib_cm_get_event; 7 ib_cm_ack_event; 8 ib_cm_create_id; 9 ib_cm_destroy_id; 10 ib_cm_attr_id; 11 ib_cm_listen; 12 ib_cm_send_req; 13 ib_cm_send_rep; 14 ib_cm_send_rtu; 15 ib_cm_send_dreq; 16 ib_cm_send_drep; 17 ib_cm_notify; 18 ib_cm_send_rej; 19 ib_cm_send_mra; 20 ib_cm_send_lap; 21 ib_cm_send_apr; 22 ib_cm_send_sidr_req; 23 ib_cm_send_sidr_rep; 24 ib_cm_init_qp_attr; 25 local: *; 26}; 27