iscsi_is_default_iface - Whether specified iSCSI interface is default interface.
Contents
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.
Name
iscsi_is_default_iface - Whether specified iSCSI interface is default interface.
Return
bool.
July 2025 iscsi_is_default_iface iscsi_is_default_iface(3)
Synopsis
booliscsi_is_default_iface(structiscsi_iface*iface);
