logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iscsi_is_default_iface - Whether specified iSCSI interface is default interface.

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);

See Also