Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/pf/
HDif_pfsync.c1673 st->sync_updates = 0; in pfsync_insert_state()
1815 st->sync_updates++; in pfsync_update_state()
1816 if (st->sync_updates >= sc->sc_maxupdates) in pfsync_update_state()
1825 st->sync_updates = 0; in pfsync_update_state()
/NextBSD/sys/net/
HDpfvar.h744 u_int8_t sync_updates; member