Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpfvar_priv.h129 int32_t pfsync_time; /* [S] */ member
H A Dif_pfsync.c1781 if (!sync && (getuptime() - st->pfsync_time) < 2) in pfsync_update_state()
2963 st->pfsync_time = getuptime(); in pfsync_in_updates()
2965 st->expire = st->pfsync_time; in pfsync_in_updates()
H A Dpf.c1549 st->pfsync_time = getuptime(); in pf_state_import()