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

/freebsd-11.0-release/sys/netinet6/
H A Din6_ifattach.c82 #define V_in6_tmpaddrtimer_ch VNET(in6_tmpaddrtimer_ch) macro
865 callout_reset(&V_in6_tmpaddrtimer_ch,
926 callout_drain(&V_in6_tmpaddrtimer_ch);
934 callout_init(&V_in6_tmpaddrtimer_ch, 0);
935 callout_reset(&V_in6_tmpaddrtimer_ch,

Completed in 97 milliseconds