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

/freebsd-10-stable/sys/netinet/
H A Dip_carp.c95 struct callout sc_ad_tmo; /* Advertising timeout. */ member in struct:carp_softc
646 callout_stop(&sc->sc_ad_tmo);
931 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_send_ad, sc);
1212 callout_stop(&sc->sc_ad_tmo);
1245 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv),
1504 callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
1552 callout_drain(&sc->sc_ad_tmo);
1717 callout_stop(&sc->sc_ad_tmo);
2004 callout_stop(&sc->sc_ad_tmo);

Completed in 48 milliseconds