Home
last modified time | relevance | path

Searched defs:se_session (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/target/
Dtarget_core_base.h639 struct se_session { struct
640 u64 sess_bin_isid;
641 enum target_prot_op sup_prot_ops;
642 enum target_prot_type sess_prot_type;
643 struct se_node_acl *se_node_acl;
644 struct se_portal_group *se_tpg;
645 void *fabric_sess_ptr;
646 struct list_head sess_list;
647 struct list_head sess_acl_list;
648 spinlock_t sess_cmd_lock;
[all …]
/linux-6.12.1/drivers/target/
Dtarget_core_transport.c463 struct se_session *, void *)) in target_setup_session()