Searched defs:se_session (Results 1 – 2 of 2) sorted by relevance
641 struct se_session { struct642 u64 sess_bin_isid;643 enum target_prot_op sup_prot_ops;644 enum target_prot_type sess_prot_type;645 struct se_node_acl *se_node_acl;646 struct se_portal_group *se_tpg;647 void *fabric_sess_ptr;648 struct list_head sess_list;649 struct list_head sess_acl_list;650 spinlock_t sess_cmd_lock;[all …]
463 struct se_session *, void *)) in target_setup_session()