iscsid_driverif.c | 161 * make_connection: 181 make_connection(session_t * sess, iscsid_login_req_t * req, function in typeref:typename:connection_t * 614 * let make_connection do the rest. 637 conn = make_connection(sess, req, res, 0); 652 * Find the session, then let make_connection do the rest. 672 make_connection(sess, req, res, 0); 785 conn = make_connection(NULL, NULL, &res, &stid);
|