RDMA_DESTROY_EP(3) - Linux man page online | Library functions
Release a communication identifier.
Chapter
2011-06-15
RDMA_DESTROY_EP(3) Librdmacm Programmer's Manual RDMA_DESTROY_EP(3)
librdmacm 2011-06-15 RDMA_DESTROY_EP(3)
NAME
rdma_destroy_ep - 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 resourcesNOTES
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.SEE ALSO
rdma_create_ep(3)This manual | Reference | Other manuals |
---|---|---|
rdma_destroy_ep(3) | referred by | rdma_cm(7) | rdma_create_ep(3) | rdma_dereg_mr(3) |
refer to | rdma_create_ep(3) |