Releases a QP.
#include <rdma/rdma_cma.h> void rdma_destroy_qp(struct rdma_cm_id *id);
The rdma_destroy_qp function destroys a QP allocated on the rdma_cm_id.
There is no return value.