Lines Matching refs:ses
153 struct cifs_ses *ses = NULL; in smb2_check_message() local
157 list_for_each_entry(ses, &srvr->smb_ses_list, smb_ses_list) { in smb2_check_message()
158 if (ses->Suid == thdr->SessionId) in smb2_check_message()
162 if (list_entry_is_head(ses, &srvr->smb_ses_list, in smb2_check_message()
604 struct cifs_ses *ses; in smb2_is_valid_lease_break() local
613 list_for_each_entry(ses, &server->smb_ses_list, smb_ses_list) { in smb2_is_valid_lease_break()
614 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_valid_lease_break()
665 struct cifs_ses *ses; in smb2_is_valid_oplock_break() local
687 list_for_each_entry(ses, &server->smb_ses_list, smb_ses_list) { in smb2_is_valid_oplock_break()
688 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_valid_oplock_break()
797 if (tcon->ses) in smb2_handle_cancelled_close()
798 server = tcon->ses->server; in smb2_handle_cancelled_close()
855 smb311_update_preauth_hash(struct cifs_ses *ses, struct kvec *iov, int nvec) in smb311_update_preauth_hash() argument
860 struct TCP_Server_Info *server = cifs_ses_server(ses); in smb311_update_preauth_hash()
897 rc = crypto_shash_update(&d->shash, ses->preauth_sha_hash, in smb311_update_preauth_hash()
914 rc = crypto_shash_final(&d->shash, ses->preauth_sha_hash); in smb311_update_preauth_hash()