Searched refs:V_nd6_timer_ch (Results 1 – 3 of 3) sorted by relevance
362 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro
302 callout_init(&V_nd6_timer_ch, 0); in ip6_init2_vnet()303 callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet); in ip6_init2_vnet()
167 callout_drain(&V_nd6_timer_ch); in nd6_destroy()621 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()