Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dconnect.c4185 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
4200 smb_buffer_response = smb_buffer; in CIFSTCon()
4208 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
4281 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
4290 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
4291 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
4292 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
4326 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
4327 (smb_buffer_response->WordCount == 7)) in CIFSTCon()