Home
last modified time | relevance | path

Searched defs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/netpfil/pf/
H A Dif_pfsync.c248 struct pfsync_softc { struct
250 struct ifnet *sc_ifp;
251 struct ifnet *sc_sync_if;
255 uint32_t sc_flags;
256 uint8_t sc_maxupdates;
258 struct mtx sc_mtx;
259 uint32_t sc_version;
265 struct mtx sc_bulk_mtx;
266 uint32_t sc_ureq_sent;
267 int sc_bulk_tries;
[all …]