Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dconnect.c4818 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
4833 smb_buffer_response = smb_buffer; in CIFSTCon()
4841 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
4913 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
4922 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
4923 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
4924 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
4958 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
4959 (smb_buffer_response->WordCount == 7)) in CIFSTCon()