iscsi_is_default_iface − Whether specified iSCSI interface is default interface.
bool iscsi_is_default_iface (struct iscsi_iface *iface);
iface |
Pointer of ’struct iscsi_iface’. |
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.
bool.