Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/
H A Dktest.py127 epoch_time = self._start_time
129 epoch_time = time.time() - self._start_time + epoch_ktime
130 return epoch_time
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2026 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time) in bbr_log_time_epoch() argument
2883 uint32_t epoch_time; in bbr_set_epoch() local
2887 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()