Searched refs:c_ts (Results 1 – 1 of 1) sorted by relevance
117 struct timespec c_ts; /* Time at which connection gets aborted */ member423 monotime_ts(&fdcon[s].c_ts); in conalloc()424 fdcon[s].c_ts.tv_sec += timeout; in conalloc()576 if (c && timespeccmp(&c->c_ts, &now, >)) in conloop()577 timespecsub(&c->c_ts, &now, &seltime); in conloop()595 while (c && timespeccmp(&c->c_ts, &now, <)) { in conloop()