Searched refs:Suid (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | sess.c | 731 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 …]
|
D | smb2pdu.c | 122 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()
|
D | misc.c | 272 buffer->Uid = treeCon->ses->Suid; in header_assemble()
|
D | smb2transport.c | 124 if (ses->Suid != smb2hdr->SessionId) in smb2_find_smb_ses()
|
D | cifsglob.h | 795 __u64 Suid; /* remote smb uid */ member
|
D | cifssmb.c | 771 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff() 4922 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer() 4945 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
|
D | connect.c | 3758 smb_buffer->Uid = ses->Suid; in CIFSTCon()
|