Searched refs:routing_timer (Results 1 – 1 of 1) sorted by relevance
70 static struct timeval routing_timer; variable142 if (routing_timer.tv_sec == 0)143 routing_timer.tv_sec = now.tv_sec + routing_timeout;144 else if ((now.tv_sec - routing_timer.tv_sec) > 0)331 routing_timer.tv_sec = now.tv_sec + routing_timeout; in expire_routes()332 routing_timer.tv_usec = now.tv_usec; in expire_routes()