OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_md_tmo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_carp.c
150
struct callout
sc_md_tmo
; /* master down timeout */
member in struct:carp_softc
862
callout_init(&sc->
sc_md_tmo
, 0);
866
callout_setfunc(&sc->
sc_md_tmo
, carp_master_down, sc);
900
callout_destroy(&sc->
sc_md_tmo
);
915
callout_stop(&sc->
sc_md_tmo
);
1574
callout_schedule(&sc->
sc_md_tmo
, tvtohz(&tv));
1584
callout_schedule(&sc->
sc_md_tmo
, tvtohz(&tv));
2066
callout_stop(&sc->
sc_md_tmo
);
2275
callout_stop(&sc->
sc_md_tmo
);
ip_carp.c
150
struct callout
sc_md_tmo
; /* master down timeout */
member in struct:carp_softc
862
callout_init(&sc->
sc_md_tmo
, 0);
866
callout_setfunc(&sc->
sc_md_tmo
, carp_master_down, sc);
900
callout_destroy(&sc->
sc_md_tmo
);
915
callout_stop(&sc->
sc_md_tmo
);
1574
callout_schedule(&sc->
sc_md_tmo
, tvtohz(&tv));
1584
callout_schedule(&sc->
sc_md_tmo
, tvtohz(&tv));
2066
callout_stop(&sc->
sc_md_tmo
);
2275
callout_stop(&sc->
sc_md_tmo
);
Completed in 27 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025