Searched refs:texpect (Results 1 – 1 of 1) sorted by relevance
95 int64_t tstop, texpect; in do_recv_one() local106 texpect = ts->delay_us >= 0 ? ts->delay_us : 0; in do_recv_one()109 rbuf[0], (long long)tstop, (long long)texpect); in do_recv_one()114 if (labs(tstop - texpect) > cfg_variance_us) in do_recv_one()