Searched refs:sc_md6_tmo (Results 1 – 1 of 1) sorted by relevance
100 struct callout sc_md6_tmo; /* XXX: Master down timeout. */ member1346 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()1358 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()1597 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()1651 callout_drain(&sc->sc_md6_tmo); in carp_destroy()2084 callout_stop(&sc->sc_md6_tmo); in carp_sc_state()