Searched refs:sc_bulkfail_tmo (Results 1 – 2 of 2) sorted by relevance
186 callout_init(&pfsyncif->sc_bulkfail_tmo, 0); in pfsync_clone_create()190 callout_setfunc(&pfsyncif->sc_bulkfail_tmo, pfsync_bulkfail, pfsyncif); in pfsync_clone_create()820 callout_schedule(&sc->sc_bulkfail_tmo, in pfsync_input()833 callout_stop(&sc->sc_bulkfail_tmo); in pfsync_input()1001 callout_schedule(&sc->sc_bulkfail_tmo, 5 * hz); in pfsyncioctl()1499 callout_schedule(&sc->sc_bulkfail_tmo, 5 * hz); in pfsync_bulkfail()1521 callout_stop(&sc->sc_bulkfail_tmo); in pfsync_bulkfail()
116 struct callout sc_bulkfail_tmo; member