Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Dxdr.c687 unsigned int hdto = in xdr_buf_tail_copy_left() local
694 if (hdto + hdlen > head->iov_len) in xdr_buf_tail_copy_left()
695 hdlen = head->iov_len - hdto; in xdr_buf_tail_copy_left()
696 memcpy(head->iov_base + hdto, tail->iov_base + base, hdlen); in xdr_buf_tail_copy_left()
732 unsigned int hdto = head->iov_len + base - shift; in xdr_buf_pages_copy_left() local
738 if (hdto + hdlen > head->iov_len) in xdr_buf_pages_copy_left()
739 hdlen = head->iov_len - hdto; in xdr_buf_pages_copy_left()
740 _copy_from_pages(head->iov_base + hdto, buf->pages, in xdr_buf_pages_copy_left()