Home
last modified time | relevance | path

Searched refs:Suid (Results 1 – 8 of 8) sorted by relevance

/fs/cifs/
Dsess.c751 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman()
752 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_lanman()
861 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm()
862 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlm()
969 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2()
970 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2()
1095 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos()
1096 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos()
1247 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate()
1248 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate()
[all …]
Dsmb2pdu.c133 hdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble()
786 ses->Suid = rsp->hdr.SessionId; in SMB2_auth_kerberos()
885 ses->Suid = rsp->hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
921 req->hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
945 ses->Suid = rsp->hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()
1042 req->hdr.SessionId = ses->Suid; in SMB2_logoff()
1120 req->hdr.SessionId = ses->Suid; in SMB2_tcon()
Dmisc.c267 buffer->Uid = treeCon->ses->Suid; in header_assemble()
Dsmb2misc.c124 if (ses->Suid == thdr->SessionId) in smb2_check_message()
Dsmb2transport.c123 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked()
Dcifsglob.h820 __u64 Suid; /* remote smb uid */ member
Dcifssmb.c774 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff()
4928 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
4951 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
Dconnect.c3869 smb_buffer->Uid = ses->Suid; in CIFSTCon()