Searched refs:V_nd6_timer_ch (Results 1 – 1 of 1) sorted by relevance
150 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro230 callout_init(&V_nd6_timer_ch, 0); in nd6_init()231 callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet); in nd6_init()250 callout_drain(&V_nd6_timer_ch); in nd6_destroy()1073 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()