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

/freebsd-10.3-release/sys/netinet6/
H A Din6_ifattach.c79 #define V_in6_tmpaddrtimer_ch VNET(in6_tmpaddrtimer_ch) macro
927 callout_reset(&V_in6_tmpaddrtimer_ch,
H A Dip6_input.c137 #define V_in6_tmpaddrtimer_ch VNET(in6_tmpaddrtimer_ch) macro
293 callout_drain(&V_in6_tmpaddrtimer_ch);
306 callout_init(&V_in6_tmpaddrtimer_ch, 0);
307 callout_reset(&V_in6_tmpaddrtimer_ch,

Completed in 104 milliseconds