Home
last modified time | relevance | path

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

/trueos/sys/netpfil/pf/
HDif_pfsync.c526 st->pfsync_time = time_uptime; in pfsync_state_import()
897 st->pfsync_time = time_uptime; in pfsync_in_upd()
988 st->pfsync_time = time_uptime; in pfsync_in_upd_c()
1827 if (sync || (time_uptime - st->pfsync_time) < 2) in pfsync_update_state()
2086 s->pfsync_time <= sc->sc_ureq_received) { in pfsync_bulk_update()
/trueos/sys/net/
HDpfvar.h732 u_int32_t pfsync_time; member