1
2RDMA_DESTROY_EP(3) Librdmacm Programmer's Manual RDMA_DESTROY_EP(3)
3
4
5
7 rdma_destroy_ep - Release a communication identifier.
8
10 #include <rdma/rdma_cma.h>
11
12 void rdma_destroy_ep (struct rdma_cm_id *id);
13
15 id The communication identifier to destroy.
16
18 Destroys the specified rdma_cm_id and all associated resources
19
21 rdma_destroy_ep will automatically destroy any QP and SRQ associated
22 with the rdma_cm_id.
23
25 rdma_create_ep(3)
26
27
28
29librdmacm 2011-06-15 RDMA_DESTROY_EP(3)