Searched defs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance
211 struct pfsync_softc { struct213 struct ifnet *sc_ifp;214 struct ifnet *sc_sync_if;215 struct ip_moptions sc_imo;217 uint32_t sc_flags;220 uint8_t sc_maxupdates;221 struct ip sc_template;222 struct mtx sc_mtx;228 struct mtx sc_bulk_mtx;229 uint32_t sc_ureq_sent;[all …]