Lines Matching defs:iov
220 struct kvec *iov = rqst->rq_iov;
221 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base;
267 * data, that is, iov[0] should not contain a rfc1002 length.
269 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to
273 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) {
274 rc = crypto_shash_update(shash, iov[0].iov_base,
275 iov[0].iov_len);
538 struct kvec *iov = rqst->rq_iov;
539 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)iov[0].iov_base;
583 * data, that is, iov[0] should not contain a rfc1002 length.
585 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to
589 if (drqst.rq_nvec >= 2 && iov[0].iov_len == 4) {
590 rc = crypto_shash_update(shash, iov[0].iov_base,
591 iov[0].iov_len);
786 struct kvec iov[1];
787 struct smb_rqst rqst = { .rq_iov = iov,
790 iov[0].iov_base = (char *)mid->resp_buf;
791 iov[0].iov_len = len;