mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
e5cf232b3f
they are static inline, remove them from the version script. Sponsored by: NVidia networking MFC after: 1 week
41 lines
807 B
Plaintext
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: *;
|
|
};
|