Searched refs:old_runtime (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c4677 static struct timeval old_runtime; local
4691 if ((i = (tv.tv_sec - old_runtime.tv_sec)) != 0) {
4692 old_runtime = tv;

Completed in 26 milliseconds