Home
last modified time | relevance | path

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

/Linux-v4.19/include/target/
Dtarget_core_base.h597 struct se_session { struct
598 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 …]
/Linux-v4.19/drivers/target/
Dtarget_core_transport.c424 struct se_session *, void *)) in target_setup_session()