]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rdma_destroy_ep.3
MFV r368607:
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rdma_destroy_ep.3
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2
3 .TH "RDMA_DESTROY_EP" 3 "2011-06-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 .SH NAME
5 rdma_destroy_ep \- Release a communication identifier.
6 .SH SYNOPSIS
7 .B "#include <rdma/rdma_cma.h>"
8 .P
9 .B "void" rdma_destroy_ep
10 .BI "(struct rdma_cm_id *" id ");"
11 .SH ARGUMENTS
12 .IP "id" 12
13 The communication identifier to destroy.
14 .SH "DESCRIPTION"
15 Destroys the specified rdma_cm_id and all associated resources
16 .SH "NOTES"
17 rdma_destroy_ep will automatically destroy any QP and SRQ associated with
18 the rdma_cm_id.
19 .SH "SEE ALSO"
20 rdma_create_ep(3)