Searched refs:nd6if (Results 1 – 1 of 1) sorted by relevance
2148 struct in6_ifextra *nd6if; in nd6_slowtimo() local2155 if ((nd6if = ifp->if_inet6) == NULL) in nd6_slowtimo()2157 if (nd6if->nd_basereachable && /* already initialized */ in nd6_slowtimo()2158 (nd6if->nd_recalc_timer -= ND6_SLOWTIMER_INTERVAL) <= 0) { in nd6_slowtimo()2165 nd6if->nd_recalc_timer = V_nd6_recalc_reachtm_interval; in nd6_slowtimo()2166 nd6if->nd_reachable = in nd6_slowtimo()2167 ND_COMPUTE_RTIME(nd6if->nd_basereachable); in nd6_slowtimo()