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