Searched refs:smb_buf (Results 1 – 1 of 1) sorted by relevance
316 struct smb_hdr *smb_buf; in sess_alloc_buffer() local319 (void **)&smb_buf); in sess_alloc_buffer()325 sess_data->iov[0].iov_base = (char *)smb_buf; in sess_alloc_buffer()343 cifs_small_buf_release(smb_buf); in sess_alloc_buffer()399 struct smb_hdr *smb_buf = (struct smb_hdr *) sess_data->iov[0].iov_base; in sess_sendreceive() local405 put_bcc(count, smb_buf); in sess_sendreceive()421 struct smb_hdr *smb_buf; in sess_auth_ntlmv2() local484 smb_buf = (struct smb_hdr *)sess_data->iov[0].iov_base; in sess_auth_ntlmv2()486 if (smb_buf->WordCount != 3) { in sess_auth_ntlmv2()487 rc = smb_EIO1(smb_eio_trace_sess_nl2_wcc, smb_buf->WordCount); in sess_auth_ntlmv2()[all …]