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