Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h1749 struct rte_mbuf *cur_tail; in rte_pktmbuf_chain() local
1756 cur_tail = rte_pktmbuf_lastseg(head); in rte_pktmbuf_chain()
1757 cur_tail->next = tail; in rte_pktmbuf_chain()
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c254 uint16_t cur_tail; in memif_free_stored_mbufs() local
263 cur_tail = __atomic_load_n(&ring->tail, __ATOMIC_ACQUIRE); in memif_free_stored_mbufs()
264 while (mq->last_tail != cur_tail) { in memif_free_stored_mbufs()
274 memif_pktmbuf_chain(struct rte_mbuf *head, struct rte_mbuf *cur_tail, in memif_pktmbuf_chain() argument
282 cur_tail->next = tail; in memif_pktmbuf_chain()