Searched refs:time_stamp (Results 1 – 2 of 2) sorted by relevance
255 uint64_t time_stamp; in packet_prepare() local272 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() local301 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()
3628 int64_t gput, time_stamp; in bbr_ack_received() local3631 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()