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