Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c713 uint32_t buf_off = 0, copy_len; in __rte_pktmbuf_read() local
731 rte_memcpy((char *)buf + buf_off, in __rte_pktmbuf_read()
734 buf_off += copy_len; in __rte_pktmbuf_read()