Home
last modified time | relevance | path

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

/netbsd/src/sys/dist/pf/net/
Dif_pfsync.h113 struct callout sc_tmo; member
Dif_pfsync.c183 callout_init(&pfsyncif->sc_tmo, 0); in pfsync_clone_create()
187 callout_setfunc(&pfsyncif->sc_tmo, pfsync_timeout, pfsyncif); in pfsync_clone_create()
1116 callout_schedule(&sc->sc_tmo, hz); in pfsync_get_mbuf()
1532 callout_stop(&sc->sc_tmo); in pfsync_sendout()