Searched refs:epoch_time (Results 1 – 2 of 2) sorted by relevance
127 epoch_time = self._start_time129 epoch_time = time.time() - self._start_time + epoch_ktime130 return epoch_time
2026 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time) in bbr_log_time_epoch() argument2883 uint32_t epoch_time; in bbr_set_epoch() local2887 epoch_time = cts - bbr->r_ctl.rc_rcv_epoch_start; in bbr_set_epoch()2888 bbr_log_time_epoch(bbr, cts, line, epoch_time); in bbr_set_epoch()