#include <rdma/rdma_cma.h> int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr); Description Therdma_bind_addrfunction associates a source address with anrdma_cm_ididentifier. The address can be a wildcard value. If anrdma_cm_ididentifier has a local address, the identifier...