Home
last modified time | relevance | path

Searched refs:keepalive_callout (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_sppp.h161 struct callout keepalive_callout; /* keepalive callout */ member
H A Dif_spppsubr.c1011 callout_init(&sp->keepalive_callout, 1); in sppp_attach()
1012 callout_reset(&sp->keepalive_callout, hz * 10, sppp_keepalive, in sppp_attach()
1064 callout_drain(&sp->keepalive_callout); in sppp_detach()
4805 callout_reset(&sp->keepalive_callout, hz * 10, sppp_keepalive, in sppp_keepalive()