Home
last modified time | relevance | path

Searched refs:smb_buffer_response (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/cifs/
Dconnect.c4949 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
4964 smb_buffer_response = smb_buffer; in CIFSTCon()
4972 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
5045 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
5054 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
5055 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
5056 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
5090 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
5091 (smb_buffer_response->WordCount == 7)) in CIFSTCon()