Lines Matching refs:ses
57 if (tcon->ses->server->ops->ioctl_query_info)
58 rc = tcon->ses->server->ops->ioctl_query_info(
126 tcon_inf.session_id = tcon->ses->Suid;
145 fsinf->protocol_id = tcon->ses->server->vals->protocol_id;
222 struct cifs_ses *ses;
239 /* if ses id is 0, use current user session */
240 ses = tcon->ses;
250 ses = ses_it;
256 cifs_smb_ses_inc_refcount(ses);
270 switch (ses->server->cipher_type) {
293 out.session_id = ses->Suid;
294 out.cipher_type = le16_to_cpu(ses->server->cipher_type);
304 if (copy_to_user(end, ses->auth_key.response, out.session_key_length)) {
310 if (copy_to_user(end, ses->smb3encryptionkey, out.server_in_key_length)) {
316 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) {
323 cifs_put_smb_ses(ses);
403 if (tcon->ses->server->ops->set_compression) {
404 rc = tcon->ses->server->ops->set_compression(
419 if (tcon->ses->server->ops->set_integrity)
420 rc = tcon->ses->server->ops->set_integrity(xid,
450 if (tcon->ses->server->ops->enum_snapshots)
451 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon,
479 le16_to_cpu(tcon->ses->server->cipher_type);
480 pkey_inf.Suid = tcon->ses->Suid;
481 memcpy(pkey_inf.auth_key, tcon->ses->auth_key.response,
484 tcon->ses->smb3decryptionkey, SMB3_SIGN_KEY_SIZE);
486 tcon->ses->smb3encryptionkey, SMB3_SIGN_KEY_SIZE);
528 if (tcon && tcon->ses->server->ops->notify) {
529 rc = tcon->ses->server->ops->notify(xid,
550 if (tcon && tcon->ses->server->ops->notify) {
551 rc = tcon->ses->server->ops->notify(xid,