Searched refs:tv_ref (Results 1 – 1 of 1) sorted by relevance
313 static struct timeval tv_ref; in ts_print() local350 if (!(netdissect_timevalisset(&tv_ref))) in ts_print()351 tv_ref = *tvp; /* set timestamp for first packet */ in ts_print()353 negative_offset = netdissect_timevalcmp(tvp, &tv_ref, <); in ts_print()355 netdissect_timevalsub(&tv_ref, tvp, &tv_result, nano_prec); in ts_print()357 netdissect_timevalsub(tvp, &tv_ref, &tv_result, nano_prec); in ts_print()364 tv_ref = *tvp; /* set timestamp for previous packet */ in ts_print()