ibnd_find_node_guid(3) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | AUTHORS | COLOPHON

IBND_FIND_NODE_GUID(3)  OpenIB Programmer's Manual IBND_FIND_NODE_GUID(3)

NAME         top

       ibnd_find_node_guid, ibnd_find_node_dr - given a fabric object
       find the node object within it which matches the guid or directed
       route specified.

SYNOPSIS         top

       #include <infiniband/ibnetdisc.h>

       ibnd_node_t *ibnd_find_node_guid(ibnd_fabric_t *fabric, uint64_t guid)
       ibnd_node_t *ibnd_find_node_dr(ibnd_fabric_t *fabric, char *dr_str)

DESCRIPTION         top

       ibnd_find_node_guid() Given a fabric object and a guid, return the
       ibnd_node_t object with that node guid.  ibnd_find_node_dr() Given
       a fabric object and a directed route, return the ibnd_node_t
       object with that directed route.

RETURN VALUE         top

       ibnd_find_node_guid(), ibnd_find_node_dr() return NULL on failure,
       otherwise a valid ibnd_node_t object.

AUTHORS         top

       Ira Weiny <weiny2@llnl.gov>

COLOPHON         top

       This page is part of the rdma-core (RDMA Core Userspace Libraries
       and Daemons) project.  Information about the project can be found
       at ⟨https://github.com/linux-rdma/rdma-core⟩.  If you have a bug
       report for this manual page, send it to
       linux-rdma@vger.kernel.org.  This page was obtained from the
       project's upstream Git repository
       ⟨https://github.com/linux-rdma/rdma-core.git⟩ on 2025-08-11.  (At
       that time, the date of the most recent commit that was found in
       the repository was 2025-08-04.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there is
       a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

OpenIB                        July 25, 2008        IBND_FIND_NODE_GUID(3)