Searched defs:sessiontype (Results 1 - 2 of 2) sorted by last modified time

/drivers/target/iscsi/
H A Discsi_target_login.c162 int sessiontype; local
179 sessiontype = (strncmp(sessiontype_param->value, NORMAL, 6)) ? 1 : 0;
196 (sess_p->sess_ops->SessionType == sessiontype))) {
214 " preforming session reinstatement.\n", (sessiontype) ?
H A Discsi_target_nego.c992 int sessiontype = 0, ret = 0, tag_num, tag_size; local
1066 sessiontype = strncmp(s_buf, DISCOVERY, 9);
1067 if (!sessiontype) {

Completed in 53 milliseconds