Home | History | Annotate | Download | only in iscsid

Lines Matching refs:session

322 	session_t *session;			/* back pointer to the owning session */
332 Per session data: the session structure
340 iscsi_login_session_type_t login_type; /* session type */
347 /* the session list type */
372 extern pthread_mutex_t sesslist_lock; /* session list lock */
390 /* Session list protection shortcuts */
418 #define find_connection_id(session, id) \
419 (connection_t *)(void *)find_id(&session->connections, id)
432 #define find_connection_name(session, name) \
433 (connection_t *)(void *)find_name(&session->connections, name)
444 #define find_connection(session, sid) \
445 (connection_t *)(void *)find_sym_id(&session->connections, sid)