Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/
H A Dip_sync.c133 u_32_t ipf_sync_lastwakeup; member
228 softs->ipf_sync_lastwakeup = 0;
1436 softs->ipf_sync_lastwakeup + softs->ipf_sync_wake_interval) ||
1462 softs->ipf_sync_lastwakeup = softc->ipf_ticks;
1494 softs->ipf_sync_lastwakeup + softs->ipf_sync_wake_interval)) {
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_sync.c137 u_32_t ipf_sync_lastwakeup; member
229 softs->ipf_sync_lastwakeup = 0; in ipf_sync_soft_init()
1394 softs->ipf_sync_lastwakeup + softs->ipf_sync_wake_interval) || in ipf_sync_wakeup()
1419 softs->ipf_sync_lastwakeup = softc->ipf_ticks; in ipf_sync_poll_wakeup()
1450 softs->ipf_sync_lastwakeup + softs->ipf_sync_wake_interval)) { in ipf_sync_expire()