Searched defs:pfsync_softc (Results 1 – 1 of 1) sorted by relevance
197 struct pfsync_softc { struct198 struct ifnet sc_if;199 unsigned int sc_dead;200 unsigned int sc_up;201 struct refcnt sc_refs;204 struct in_addr sc_syncpeer;206 unsigned int sc_defer;211 void *sc_inm;212 struct task sc_ltask;213 struct task sc_dtask;[all …]