Searched defs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance
250 struct pfsync_softc { struct252 struct ifnet *sc_ifp;253 struct ifnet *sc_sync_if;254 struct ip_moptions sc_imo;255 struct ip6_moptions sc_im6o;256 struct sockaddr_storage sc_sync_peer;257 uint32_t sc_flags;258 uint8_t sc_maxupdates;259 union inet_template sc_template;260 struct mtx sc_mtx;[all …]