V_nd6_timer_ch
callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz,
callout_init(&V_nd6_timer_ch, 1);
callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet);
callout_drain(&V_nd6_timer_ch);