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