Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dconnect.c3618 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
3633 smb_buffer_response = smb_buffer; in CIFSTCon()
3641 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
3680 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
3687 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
3688 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
3689 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
3723 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
3724 (smb_buffer_response->WordCount == 7)) in CIFSTCon()