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

/freebsd-10-stable/sys/netinet/
H A Dip_carp.c100 struct callout sc_md6_tmo; /* XXX: Master down timeout. */ member in struct:carp_softc
1224 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1236 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv),
1502 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
1557 callout_drain(&sc->sc_md6_tmo);
2009 callout_stop(&sc->sc_md6_tmo);

Completed in 50 milliseconds