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 None
22
24 All rdma_cm_id's associated with the event channel must be destroyed,
25 and all returned events must be acked before calling this function.
26
28 rdma_create_event_channel(3), rdma_get_cm_event(3),
29 rdma_ack_cm_event(3)
30
31
32
33librdmacm 2007-05-15 RDMA_DESTROY_EVENT_CHANNEL(3)