Current Path : /compat/linux/proc/self/root/usr/src/contrib/ofed/librdmacm/man/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/contrib/ofed/librdmacm/man/rdma_destroy_id.3 |
.TH "RDMA_DESTROY_ID" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm .SH NAME rdma_destroy_id \- Release a communication identifier. .SH SYNOPSIS .B "#include <rdma/rdma_cma.h>" .P .B "int" rdma_destroy_id .BI "(struct rdma_cm_id *" id ");" .SH ARGUMENTS .IP "id" 12 The communication identifier to destroy. .SH "DESCRIPTION" Destroys the specified rdma_cm_id and cancels any outstanding asynchronous operation. .SH "NOTES" Users must free any associated QP with the rdma_cm_id before calling this routine and ack an related events. .SH "SEE ALSO" rdma_create_id(3), rdma_destroy_qp(3), rdma_ack_cm_event(3)