Home
last modified time | relevance | path

Searched refs:V_nd6_timer_ch (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/netinet6/
HDnd6.c169 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro
249 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()