Home
last modified time | relevance | path

Searched refs:ND6_SLOWTIMER_INTERVAL (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/netinet6/
H A Dnd6.c87 #define ND6_SLOWTIMER_INTERVAL (60 * 60) /* 1 hour */ macro
246 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_init()
2137 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_slowtimo()
2145 (nd6if->recalctm -= ND6_SLOWTIMER_INTERVAL) <= 0) { in nd6_slowtimo()