Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet6/
Dnd6.h362 #define V_nd6_timer_ch VNET(nd6_timer_ch) macro
Dip6_input.c302 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()
Dnd6.c167 callout_drain(&V_nd6_timer_ch); in nd6_destroy()
621 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()