Searched defs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance
257 struct pfsync_softc { struct259 struct ifnet *sc_ifp;260 struct ifnet *sc_sync_if;261 struct ip_moptions sc_imo;262 struct ip6_moptions sc_im6o;263 struct sockaddr_storage sc_sync_peer;264 uint32_t sc_flags;265 uint8_t sc_maxupdates;266 union inet_template sc_template;267 struct mtx sc_mtx;[all …]