Searched refs:sync_hdr (Results 1 – 3 of 3) sorted by relevance
121 struct smb2_sync_hdr sync_hdr; member161 struct smb2_sync_hdr sync_hdr; member214 struct smb2_sync_hdr sync_hdr; member299 struct smb2_sync_hdr sync_hdr; member322 struct smb2_sync_hdr sync_hdr; member339 struct smb2_sync_hdr sync_hdr; member348 struct smb2_sync_hdr sync_hdr; member354 struct smb2_sync_hdr sync_hdr; member365 struct smb2_sync_hdr sync_hdr; member450 struct smb2_sync_hdr sync_hdr; member[all …]
405 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()648 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()739 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() local744 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()745 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()752 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()753 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
327 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon); in fill_small_buf()629 req->sync_hdr.SessionId = 0; in SMB2_negotiate()984 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()992 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()1135 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()1211 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()1232 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()1266 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()1290 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()1405 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()[all …]