Searched refs:V_nd6_timer_ch (Results 1 – 1 of 1) sorted by relevance
169 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro249 callout_init(&V_nd6_timer_ch, 1); in nd6_init()250 callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet); in nd6_init()269 callout_drain(&V_nd6_timer_ch); in nd6_destroy()1087 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()