Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtrace-events21 …char *pkt, uint32_t seq, uint32_t ack, int hdlen, int pdlen, int offset, int flags) "%s: seq/ack= …
/openbmc/linux/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 …]
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c1664 char hdlen[20]; in check_command() local
1667 hdlen[0] = 0; in check_command()
1669 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command()
1673 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
/openbmc/linux/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()
/openbmc/linux/net/core/
H A Dskbuff.c2617 int hdlen = (len > skb_headlen(skb)) ? skb_headlen(skb) : len; in pskb_trim_rcsum_slow() local
2620 if (offset + sizeof(__sum16) > hdlen) in pskb_trim_rcsum_slow()