Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A 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()
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()
791 base += hdlen; in xdr_buf_pages_copy_left()
[all …]
/linux-6.15/drivers/usb/gadget/function/
H A Df_mass_storage.c1730 char hdlen[20]; in check_command() local
1733 hdlen[0] = 0; in check_command()
1735 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command()
1739 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
/linux-6.15/net/core/
H A Dskbuff.c2768 int hdlen = (len > skb_headlen(skb)) ? skb_headlen(skb) : len; in pskb_trim_rcsum_slow() local
2771 if (offset + sizeof(__sum16) > hdlen) in pskb_trim_rcsum_slow()