rdma_destroy_ep(3) - Linux man page
Name
rdma_destroy_ep - Release a communication identifier.
Synopsis
#include <rdma/rdma_cma.h>
int 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
Return Value
Returns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure
reason.
Notes
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.
See Also
rdma_create_ep(3)
Referenced By
rdma_cm(7),
rdma_dereg_mr(3)