Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dxdr.c738 unsigned int hdlen = len; in xdr_buf_tail_copy_left() local
743 if (hdto + hdlen > head->iov_len) in xdr_buf_tail_copy_left()
744 hdlen = head->iov_len - hdto; in xdr_buf_tail_copy_left()
745 memcpy(head->iov_base + hdto, tail->iov_base + base, hdlen); in xdr_buf_tail_copy_left()
746 base += hdlen; in xdr_buf_tail_copy_left()
747 len -= hdlen; in xdr_buf_tail_copy_left()
782 unsigned int hdlen = len; in xdr_buf_pages_copy_left() local
787 if (hdto + hdlen > head->iov_len) in xdr_buf_pages_copy_left()
788 hdlen = head->iov_len - hdto; in xdr_buf_pages_copy_left()
790 buf->page_base + base, hdlen); in xdr_buf_pages_copy_left()
[all …]
/Linux-v6.6/drivers/usb/gadget/function/
Df_mass_storage.c1714 char hdlen[20]; in check_command() local
1717 hdlen[0] = 0; in check_command()
1719 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command()
1723 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
/Linux-v6.6/net/core/
Dskbuff.c2606 int hdlen = (len > skb_headlen(skb)) ? skb_headlen(skb) : len; in pskb_trim_rcsum_slow() local
2609 if (offset + sizeof(__sum16) > hdlen) in pskb_trim_rcsum_slow()