|
NAMErdma_destroy_ep - Release a communication identifier.SYNOPSIS#include <rdma/rdma_cma.h>void rdma_destroy_ep (struct rdma_cm_id *id); ARGUMENTS
DESCRIPTIONDestroys the specified rdma_cm_id and all associated resourcesNOTESrdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.SEE ALSOrdma_create_ep(3)
Visit the GSP FreeBSD Man Page Interface. |