1RDMA_DESTROY_EVENT_CHANNELL(i3b)rdmacm Programmer's MaRnDuMaAl_DESTROY_EVENT_CHANNEL(3)
2
3
4
6 rdma_destroy_event_channel - Close an event communication channel.
7
9 #include <rdma/rdma_cma.h>
10
11 void rdma_destroy_event_channel (struct rdma_event_channel *channel);
12
14 channel The communication channel to destroy.
15
17 Release all resources associated with an event channel and closes the
18 associated file descriptor.
19
21 Returns 0 on success, or -1 on error. If an error occurs, errno will
22 be set to indicate the failure reason.
23
25 All rdma_cm_id's associated with the event channel must be destroyed,
26 and all returned events must be acked before calling this function.
27
29 rdma_create_event_channel(3), rdma_get_cm_event(3),
30 rdma_ack_cm_event(3)
31
32
33
34librdmacm 2007-05-15 RDMA_DESTROY_EVENT_CHANNEL(3)