libnvme_ctrl_is_transport_fabric(9) libnvme API manual libnvme_ctrl_is_transport_fabric(9)

libnvme_ctrl_is_transport_fabric - True for a fabrics transport

bool libnvme_ctrl_is_transport_fabric (struct libnvme_ctrl *c );

Controller instance

A controller is reachable either over a local transport (pcie, apple-nvme) or over NVMe-over-Fabrics (tcp, rdma, fc, loop).

true if c uses a fabrics transport, false if local.

libnvme_ctrl_is_transport_fabric September 2026