Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsess.c731 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman()
732 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_lanman()
841 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm()
842 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlm()
949 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2()
950 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2()
1075 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos()
1076 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos()
1227 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate()
1228 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate()
[all …]
Dsmb2pdu.c122 hdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble()
718 req->hdr.SessionId = ses->Suid; in SMB2_sess_setup()
767 ses->Suid = rsp->hdr.SessionId; in SMB2_sess_setup()
873 req->hdr.SessionId = ses->Suid; in SMB2_logoff()
950 req->hdr.SessionId = ses->Suid; in SMB2_tcon()
Dmisc.c272 buffer->Uid = treeCon->ses->Suid; in header_assemble()
Dsmb2transport.c124 if (ses->Suid != smb2hdr->SessionId) in smb2_find_smb_ses()
Dcifsglob.h795 __u64 Suid; /* remote smb uid */ member
Dcifssmb.c771 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff()
4922 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
4945 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
Dconnect.c3758 smb_buffer->Uid = ses->Suid; in CIFSTCon()