Searched defs:se_session (Results 1 – 1 of 1) sorted by relevance
594 struct se_session { struct595 unsigned sess_tearing_down:1;596 u64 sess_bin_isid;597 enum target_prot_op sup_prot_ops;598 enum target_prot_type sess_prot_type;599 struct se_node_acl *se_node_acl;600 struct se_portal_group *se_tpg;601 void *fabric_sess_ptr;602 struct list_head sess_list;603 struct list_head sess_acl_list;[all …]