Lines Matching refs:se_session
68 void (*close_session)(struct se_session *);
69 u32 (*sess_get_index)(struct se_session *);
74 u32 (*sess_get_initiator_sid)(struct se_session *,
138 struct se_session *target_setup_session(struct se_portal_group *,
142 struct se_session *, void *));
143 void target_remove_session(struct se_session *);
150 void transport_init_session(struct se_session *se_sess);
151 struct se_session *transport_alloc_session(enum target_prot_op);
152 int transport_alloc_session_tags(struct se_session *, unsigned int,
155 struct se_node_acl *, struct se_session *, void *);
157 struct se_node_acl *, struct se_session *, void *);
159 void transport_free_session(struct se_session *);
162 void transport_deregister_session_configfs(struct se_session *);
163 void transport_deregister_session(struct se_session *);
168 struct se_session *sess, u32 data_length, int data_direction,
171 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess,
183 void target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *,
186 int target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess,
203 void target_stop_session(struct se_session *se_sess);
204 void target_wait_for_sess_cmds(struct se_session *);