Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec_perf.c255 uint64_t time_stamp; in packet_prepare() local
272 time_stamp = rte_rdtsc_precise(); in packet_prepare()
277 time_stamp = rte_rdtsc_precise() - time_stamp; in packet_prepare()
284 sa->cnt.prepare_ticks_elapsed += time_stamp; in packet_prepare()
298 uint64_t time_stamp; in packet_process() local
301 time_stamp = rte_rdtsc_precise(); in packet_process()
305 time_stamp = rte_rdtsc_precise() - time_stamp; in packet_process()
312 sa->cnt.process_ticks_elapsed += time_stamp; in packet_process()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3628 int64_t gput, time_stamp; in bbr_ack_received() local
3631 time_stamp = max(1, ((bbr->r_ctl.rc_rcvtime - tp->gput_ts) / 1000)); in bbr_ack_received()
3632 cgput = gput / time_stamp; in bbr_ack_received()