Searched defs:se_session (Results 1 – 2 of 2) sorted by relevance
630 struct se_session { struct631 u64 sess_bin_isid;632 enum target_prot_op sup_prot_ops;634 struct se_node_acl *se_node_acl;635 struct se_portal_group *se_tpg;636 void *fabric_sess_ptr;637 struct list_head sess_list;638 struct list_head sess_acl_list;639 spinlock_t sess_cmd_lock;640 void *sess_cmd_map;[all …]
463 struct se_session *, void *)) in target_setup_session()