Lines Matching refs:req
318 /* Note that offsets for first seven fields in req struct are same */
322 pSMB->req.AndXCommand = 0xFF;
323 pSMB->req.MaxBufferSize = cpu_to_le16(min_t(u32,
326 pSMB->req.MaxMpxCount = cpu_to_le16(ses->server->maxReq);
327 pSMB->req.VcNumber = cpu_to_le16(1);
338 pSMB->req.hdr.Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
341 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE;
345 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS;
349 pSMB->req.hdr.Flags2 |= SMBFLG2_DFS;
991 pSMB->req.hdr.Flags2 &= ~SMBFLG2_UNICODE;
1348 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
1350 pSMB->req.Capabilities = cpu_to_le32(capabilities);
1353 pSMB->req.SecurityBlobLength = cpu_to_le16(sess_data->iov[1].iov_len);
1449 if ((pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) == 0) {
1454 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC;
1456 pSMB->req.Capabilities |= cpu_to_le32(capabilities);
1507 build_ntlmssp_negotiate_blob(pSMB->req.SecurityBlob, ses);
1509 sess_data->iov[1].iov_base = pSMB->req.SecurityBlob;
1510 pSMB->req.SecurityBlobLength = cpu_to_le16(sizeof(NEGOTIATE_MESSAGE));
1599 pSMB->req.SecurityBlobLength = cpu_to_le16(blob_len);