rdma_destroy_ep
Release a communication identifier.
- Provided by: librdmacm-dev (Version: 39.0-1)
- Source: rdma-core
- Report a bug
Release a communication identifier.
#include <rdma/rdma_cma.h>
void rdma_destroy_ep (struct rdma_cm_id *id);
Destroys the specified rdma_cm_id and all associated resources
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.