Searched refs:Suid (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | sess.c | 751 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 …]
|
D | smb2pdu.c | 133 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()
|
D | misc.c | 267 buffer->Uid = treeCon->ses->Suid; in header_assemble()
|
D | smb2misc.c | 124 if (ses->Suid == thdr->SessionId) in smb2_check_message()
|
D | smb2transport.c | 123 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked()
|
D | cifsglob.h | 820 __u64 Suid; /* remote smb uid */ member
|
D | cifssmb.c | 774 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff() 4928 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer() 4951 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
|
D | connect.c | 3869 smb_buffer->Uid = ses->Suid; in CIFSTCon()
|