| libnvme_ctrl_is_transport_fabric(9) | libnvme API manual | libnvme_ctrl_is_transport_fabric(9) |
NAME
libnvme_ctrl_is_transport_fabric - True for a fabrics transport
SYNOPSIS
bool libnvme_ctrl_is_transport_fabric (struct libnvme_ctrl *c );
ARGUMENTS
- c
- Controller instance
DESCRIPTION
A controller is reachable either over a local transport (pcie, apple-nvme) or over NVMe-over-Fabrics (tcp, rdma, fc, loop).
RETURN
true if c uses a fabrics transport, false if local.
| libnvme_ctrl_is_transport_fabric | September 2026 |