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