Lines Matching defs:ses
157 struct cifs_ses *ses = NULL;
164 ses = iter;
169 if (!ses) {
613 struct cifs_ses *ses;
624 list_for_each_entry(ses, &pserver->smb_ses_list, smb_ses_list) {
625 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) {
674 struct cifs_ses *ses;
699 list_for_each_entry(ses, &pserver->smb_ses_list, smb_ses_list) {
700 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) {
813 if (tcon->ses)
814 server = tcon->ses->server;
861 * smb311_update_preauth_hash - update @ses hash with the packet data in @iov
866 * @ses: server session structure
872 smb311_update_preauth_hash(struct cifs_ses *ses, struct TCP_Server_Info *server,
914 rc = crypto_shash_update(sha512, ses->preauth_sha_hash,
930 rc = crypto_shash_final(sha512, ses->preauth_sha_hash);