Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c191 struct dpdk_ts_helper ts_helper; member
255 gettimeofday(&(pd->ts_helper.start_time),NULL); in dpdk_init_timer()
256 pd->ts_helper.start_cycles = rte_get_timer_cycles(); in dpdk_init_timer()
257 pd->ts_helper.hz = rte_get_timer_hz(); in dpdk_init_timer()
258 if (pd->ts_helper.hz == 0){ in dpdk_init_timer()
380 calculate_timestamp(&(pd->ts_helper),&(pcap_header.ts)); in pcap_dpdk_dispatch()
464 calculate_timestamp(&(pd->ts_helper), &(pd->curr_ts)); in pcap_dpdk_stats()
936 calculate_timestamp(&(pd->ts_helper), &(pd->prev_ts)); in pcap_dpdk_activate()