Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dconnect.c3662 struct smb_hdr *smb_buffer_response; in CIFSTCon() local
3677 smb_buffer_response = smb_buffer; in CIFSTCon()
3685 pSMBr = (TCONX_RSP *) smb_buffer_response; in CIFSTCon()
3725 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length, in CIFSTCon()
3734 tcon->tid = smb_buffer_response->Tid; in CIFSTCon()
3735 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
3736 bytes_left = get_bcc(smb_buffer_response); in CIFSTCon()
3770 if ((smb_buffer_response->WordCount == 3) || in CIFSTCon()
3771 (smb_buffer_response->WordCount == 7)) in CIFSTCon()