Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

RDMA_FREEADDRINFO - Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo

Arguments

       res     List of rdma_addrinfo structures returned by rdma_getaddrinfo.

Author

       Mark Zhang < <markzhang@nvidia.com> >

                                                   2025-02-03                               RDMA_FREEADDRINFO(3)

Description

       Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo.

Name

       RDMA_FREEADDRINFO - Frees the list of rdma_addrinfo structures returned by rdma_getaddrinfo

Return Value

       None

See Also

rdma_getaddrinfo(3)

Synopsis

       #include <rdma/rdma_cma.h>

       void rdma_freeaddrinfo (struct rdma_addrinfo *res);

See Also