libnvme_ctrl_is_transport_fabric(9) libnvme API manual 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. September 2026 libnvme_ctrl_is_transport_fabric libnvme_ctrl_is_transport_fabric(9)