Searched refs:V_nd6_timer_ch (Results 1 – 1 of 1) sorted by relevance
164 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro263 callout_init(&V_nd6_timer_ch, 1); in nd6_init()264 callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet); in nd6_init()283 callout_drain(&V_nd6_timer_ch); in nd6_destroy()1105 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()