]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_destroy_id.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_destroy_id.3
1 .TH "RDMA_DESTROY_ID" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_destroy_id \- Release a communication identifier.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "int" rdma_destroy_id
8 .BI "(struct rdma_cm_id *" id ");"
9 .SH ARGUMENTS
10 .IP "id" 12
11 The communication identifier to destroy.
12 .SH "DESCRIPTION"
13 Destroys the specified rdma_cm_id and cancels any outstanding
14 asynchronous operation.
15 .SH "NOTES"
16 Users must free any associated QP with the rdma_cm_id before
17 calling this routine and ack an related events.
18 .SH "SEE ALSO"
19 rdma_create_id(3), rdma_destroy_qp(3), rdma_ack_cm_event(3)