Searched defs:se_session (Results 1 – 1 of 1) sorted by relevance
617 struct se_session { struct618 unsigned sess_tearing_down:1;619 u64 sess_bin_isid;620 enum target_prot_op sup_prot_ops;621 enum target_prot_type sess_prot_type;622 struct se_node_acl *se_node_acl;623 struct se_portal_group *se_tpg;624 void *fabric_sess_ptr;625 struct list_head sess_list;626 struct list_head sess_acl_list;[all …]