iscsi_create_conn(9) suse man page | unix.com

Man Page: iscsi_create_conn

Operating Environment: suse

Section: 9

ISCSI_CREATE_CONN(9)						  SCSI mid layer					      ISCSI_CREATE_CONN(9)

NAME
iscsi_create_conn - create iscsi class connection
SYNOPSIS
struct iscsi_cls_conn * iscsi_create_conn(struct iscsi_cls_session * session, int dd_size, uint32_t cid);
ARGUMENTS
session iscsi cls session dd_size private driver data size cid connection id
DESCRIPTION
This can be called from a LLD or iscsi_transport. The connection is child of the session so cid must be unique for all connections on the session. Since we do not support MCS, cid will normally be zero. In some cases for software iscsi we could be trying to preallocate a connection struct in which case there could be two connection structs and cid would be non-zero.
AUTHORS
James Bottomley <James.Bottomley@hansenpartnership.com> Author. Rob Landley <rob@landley.net> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ISCSI_CREATE_CONN(9)
Related Man Pages
iscsictl(8) - freebsd
fc_remote_port_delete(9) - centos
iscsi_initiator(4) - debian
iscsi(7d) - sunos
iscsi(7d) - opensolaris
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
Docker learning Phase-I
32 bit process addressing more than 4GB