Searched refs:V_nd6_slowtimo_ch (Results 1 – 1 of 1) sorted by relevance
147 #define V_nd6_slowtimo_ch VNET(nd6_slowtimo_ch) macro226 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()