Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6.c147 #define V_nd6_slowtimo_ch VNET(nd6_slowtimo_ch) macro
226 callout_init(&V_nd6_slowtimo_ch, 0); in nd6_init()
227 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_init()
249 callout_drain(&V_nd6_slowtimo_ch); in nd6_destroy()
2107 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_slowtimo()