Home
last modified time | relevance | path

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

/dpdk/lib/pcapng/
H A Drte_pcapng.c37 struct pcapng_time { struct
40 } pcapng_time; variable
46 pcapng_time.cycles = rte_get_tsc_cycles(); in RTE_INIT()
48 pcapng_time.ns = rte_timespec_to_ns(&ts); in RTE_INIT()
56 delta = cycles - pcapng_time.cycles; in pcapng_tsc_to_ns()
57 return pcapng_time.ns + (delta * NSEC_PER_SEC) / rte_get_tsc_hz(); in pcapng_tsc_to_ns()