Searched refs:V_in6_tmpaddrtimer_ch (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netinet6/
H A Din6_ifattach.c79 #define V_in6_tmpaddrtimer_ch VNET(in6_tmpaddrtimer_ch) macro
932 callout_reset(&V_in6_tmpaddrtimer_ch,
H A Dip6_input.c143 #define V_in6_tmpaddrtimer_ch VNET(in6_tmpaddrtimer_ch) macro
317 callout_drain(&V_in6_tmpaddrtimer_ch);
330 callout_init(&V_in6_tmpaddrtimer_ch, 0);
331 callout_reset(&V_in6_tmpaddrtimer_ch,

Completed in 65 milliseconds