Searched refs:epoch_time (Results 1 – 2 of 2) sorted by relevance
135 epoch_time = self._start_time137 epoch_time = time.time() - self._start_time + epoch_ktime138 return epoch_time
2022 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time) in bbr_log_time_epoch() argument2876 uint32_t epoch_time; in bbr_set_epoch() local2880 epoch_time = cts - bbr->r_ctl.rc_rcv_epoch_start; in bbr_set_epoch()2881 bbr_log_time_epoch(bbr, cts, line, epoch_time); in bbr_set_epoch()