rdma_destroy_ep (3) - Linux Manuals
rdma_destroy_ep: Release a communication identifier.
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.