Home
last modified time | relevance | path

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

/dpdk/lib/mbuf/
H A Drte_mbuf.c707 uint32_t buf_off = 0, copy_len; in __rte_pktmbuf_read() local
725 rte_memcpy((char *)buf + buf_off, in __rte_pktmbuf_read()
728 buf_off += copy_len; in __rte_pktmbuf_read()