Searched refs:nd6_prune_lazy (Results 1 – 3 of 3) sorted by relevance
804 nd6_prune_lazy, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_prune_lazy, 0, "");
753 extern int nd6_prune_lazy;
119 int nd6_prune_lazy = 5; /* lazily walk list every 5 seconds */ variable1555 if (IFA6_IS_INVALID(ia6, timenow + 3 * nd6_prune_lazy)) { in nd6_service_ip6_addr()1817 int lazy = nd6_prune_lazy; in nd6_timeout()