Home
last modified time | relevance | path

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

/src/tools/tools/netmap/
H A Dpkt-gen.c1604 uint32_t txhead, txavail; in pong_body() local
1617 txhead = txring->head; in pong_body()
1633 txring->slot[txhead].buf_idx); in pong_body()
1652 txring->slot[txhead].len = slot->len; in pong_body()
1654 txhead = nm_ring_next(txring, txhead); in pong_body()
1659 txring->head = txring->cur = txhead; in pong_body()