rdma_destroy_ep - Man Page
Release a communication identifier.
Synopsis
#include <rdma/rdma_cma.h>
void rdma_destroy_ep (struct rdma_cm_id *id);
Arguments
- id
The communication identifier to destroy.
Description
Destroys the specified rdma_cm_id and all associated resources
Notes
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.
See Also
Referenced By
rdma_cm(7), rdma_create_ep(3), rdma_dereg_mr(3).
2011-06-15 Librdmacm Programmer's Manual