Searched refs:smb_buffer (Results 1 – 3 of 3) sorted by relevance
37 alloc_mid(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in alloc_mid() argument50 temp->mid = get_mid(smb_buffer); in alloc_mid()52 temp->command = cpu_to_le16(smb_buffer->Command); in alloc_mid()53 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid()
3997 struct smb_hdr *smb_buffer; in CIFSTCon() local4009 smb_buffer = cifs_buf_get(); in CIFSTCon()4010 if (smb_buffer == NULL) in CIFSTCon()4013 smb_buffer_response = smb_buffer; in CIFSTCon()4015 in_len = header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()4018 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()4019 smb_buffer->Uid = ses->Suid; in CIFSTCon()4020 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()4033 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in CIFSTCon()4036 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()[all …]
539 struct smb_hdr *smb_buffer; in CIFSSMBTDis() local563 (void **)&smb_buffer); in CIFSSMBTDis()568 rc = SendReceiveNoRsp(xid, tcon->ses, (char *)smb_buffer, in_len, 0); in CIFSSMBTDis()569 cifs_small_buf_release(smb_buffer); in CIFSSMBTDis()