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

/freebsd-current/contrib/libpcap/
H A Dpcap-dpdk.c193 struct dpdk_ts_helper ts_helper; member in struct:pcap_dpdk
257 gettimeofday(&(pd->ts_helper.start_time),NULL);
258 pd->ts_helper.start_cycles = rte_get_timer_cycles();
259 pd->ts_helper.hz = rte_get_timer_hz();
260 if (pd->ts_helper.hz == 0){
382 calculate_timestamp(&(pd->ts_helper),&(pcap_header.ts));
466 calculate_timestamp(&(pd->ts_helper), &(pd->curr_ts));
938 calculate_timestamp(&(pd->ts_helper), &(pd->prev_ts));

Completed in 154 milliseconds