Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dconnect.c3718 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
3733 smb_buffer_response = smb_buffer; in CIFSTCon()
3741 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
3780 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
3787 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
3788 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
3789 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
3823 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
3824 (smb_buffer_response->WordCount == 7)) in CIFSTCon()