.\" Extracted by src2man from /build/rpma-11eW7Q/rpma-1.3.0/src/include/librpma.h .\" Text automatically generated by txt2man .TH rpma_conn_req_delete 3 "29 May 2023" "RPMA" "RPMA Programmer's Manual" .SH NAME \fBrpma_conn_req_delete \fP- delete the connection requests .SH SYNOPSIS .nf .fam C #include struct rpma_conn_req; int \fBrpma_conn_req_delete\fP(struct rpma_conn_req **req_ptr); .fam T .fi .fam T .fi .SH DESCRIPTION \fBrpma_conn_req_delete\fP() deletes the connection requests both incoming and outgoing. .SH RETURN VALUE The \fBrpma_conn_req_delete\fP() function returns 0 on success or a negative error code on failure. \fBrpma_conn_req_delete\fP() sets *req_ptr value to NULL on success and on failure. .SH ERRORS \fBrpma_conn_req_delete\fP() can fail with the following errors: .IP \(bu 3 RPMA_E_INVAL - req_ptr is NULL .IP \(bu 3 RPMA_E_PROVIDER .RS .IP \(bu 3 \fBrdma_destroy_qp\fP(3) or \fBibv_destroy_cq\fP(3) failed .IP \(bu 3 \fBrdma_reject\fP(3) or \fBrdma_ack_cm_event\fP(3) failed (passive side only) .IP \(bu 3 \fBrdma_destroy_id\fP(3) failed (active side only) .SH SEE ALSO \fBrpma_conn_req_new\fP(3), \fBlibrpma\fP(7) and https://pmem.io/rpma/