Home
last modified time | relevance | path

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

/linux-5.10/include/target/
Dtarget_core_base.h611 struct se_session { struct
612 unsigned sess_tearing_down:1;
613 u64 sess_bin_isid;
614 enum target_prot_op sup_prot_ops;
615 enum target_prot_type sess_prot_type;
616 struct se_node_acl *se_node_acl;
617 struct se_portal_group *se_tpg;
618 void *fabric_sess_ptr;
619 struct percpu_ref cmd_count;
620 struct list_head sess_list;
[all …]
/linux-5.10/drivers/target/
Dtarget_core_transport.c427 struct se_session *, void *)) in target_setup_session()