Searched defs:se_session (Results 1 – 1 of 1) sorted by relevance
599 struct se_session { struct600 unsigned sess_tearing_down:1;601 u64 sess_bin_isid;602 enum target_prot_op sup_prot_ops;603 enum target_prot_type sess_prot_type;604 struct se_node_acl *se_node_acl;605 struct se_portal_group *se_tpg;606 void *fabric_sess_ptr;607 struct list_head sess_list;608 struct list_head sess_acl_list;[all …]