1RDMA_REJECT(3)           Librdmacm Programmer's Manual          RDMA_REJECT(3)
2
3
4

NAME

6       rdma_reject - Called to reject a connection request.
7

SYNOPSIS

9       #include <rdma/rdma_cma.h>
10
11       int  rdma_reject  (struct  rdma_cm_id  *id,  const  void *private_data,
12       uint8_t private_data_len);
13

ARGUMENTS

15       id          Connection identifier associated with the request.
16
17       private_data
18                   Optional private data to send with the reject message.
19
20       private_data_len
21                   Specifies the size  of  the  user-controlled  data  buffer.
22                   Note  that  the  actual  amount  of data transferred to the
23                   remote side is transport dependent and may be  larger  than
24                   that requested.
25

DESCRIPTION

27       Called  from the listening side to reject a connection or datagram ser‐
28       vice lookup request.
29

NOTES

31       After receiving a connection request event, a user may call rdma_reject
32       to  reject the request.  If the underlying RDMA transport supports pri‐
33       vate data in the reject message, the specified data will be  passed  to
34       the remote side.
35

SEE ALSO

37       rdma_listen(3), rdma_accept(3), rdma_get_cm_event(3)
38
39
40
41librdmacm                         2007-05-15                    RDMA_REJECT(3)
Impressum