iscsi_is_default_iface - Man Page
Whether specified iSCSI interface is default interface.
Synopsis
bool iscsi_is_default_iface (struct iscsi_iface *iface);
Arguments
- iface
Pointer of 'struct iscsi_iface'.
Description
Check whether specified iSCSI interface is one of the default interfaces. Currently, default interfaces are :
* Interface 'default' using 'iscsi_tcp' kernel module.
* Interface 'iser' is using 'ib_iser' kernel module.
Return
bool.
Info
July 2024 API Manual