Searched refs:smb_buffer (Results 1 – 2 of 2) 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()
545 struct smb_hdr *smb_buffer; in CIFSTCon() local557 smb_buffer = cifs_buf_get(); in CIFSTCon()558 if (smb_buffer == NULL) in CIFSTCon()561 smb_buffer_response = smb_buffer; in CIFSTCon()563 in_len = header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX, in CIFSTCon()566 smb_buffer->Mid = get_next_mid(ses->server); in CIFSTCon()567 smb_buffer->Uid = ses->Suid; in CIFSTCon()568 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()581 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in CIFSTCon()584 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS; in CIFSTCon()[all …]