freebsd-dev/contrib/ofed/librdmacm/librdmacm.map
Konstantin Belousov e5cf232b3f librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
they are static inline, remove them from the version script.

Sponsored by:	NVidia networking
MFC after:	1 week
2023-08-04 02:13:13 +03:00

41 lines
807 B
Plaintext

/* Do not change this file without reading Documentation/versioning.md */
RDMACM_1.0 {
global:
rdma_create_event_channel;
rdma_destroy_event_channel;
rdma_create_id;
rdma_destroy_id;
rdma_bind_addr;
rdma_resolve_addr;
rdma_resolve_route;
rdma_create_qp;
rdma_destroy_qp;
rdma_connect;
rdma_listen;
rdma_accept;
rdma_reject;
rdma_notify;
rdma_disconnect;
rdma_get_cm_event;
rdma_ack_cm_event;
rdma_get_src_port;
rdma_get_dst_port;
rdma_join_multicast;
rdma_leave_multicast;
rdma_get_devices;
rdma_free_devices;
rdma_event_str;
rdma_set_option;
rdma_migrate_id;
rdma_getaddrinfo;
rdma_freeaddrinfo;
rdma_get_request;
rdma_create_ep;
rdma_destroy_ep;
rdma_create_srq;
rdma_destroy_srq;
rdma_create_srq_ex;
rdma_create_qp_ex;
local: *;
};