libnvme_transport_is_fabric(9) libnvme API manual libnvme_transport_is_fabric(9)

libnvme_transport_is_fabric - True for a fabrics transport string

bool libnvme_transport_is_fabric (const char *transport );

Transport name, e.g. "tcp", "pcie"

A transport is either local (pcie, apple-nvme) or NVMe-over-Fabrics (tcp, rdma, fc, loop). Use this when only the transport string is available, e.g. before a controller exists to ask libnvme_ctrl_is_transport_fabric instead.

true if transport is a fabrics transport, false if local.

libnvme_transport_is_fabric September 2026