Searched defs:pflow_softc (Results 1 – 1 of 1) sorted by relevance
181 struct pflow_softc { struct182 struct mutex sc_mtx;183 struct rwlock sc_lock;185 int sc_dying; /* [p] */186 struct ifnet sc_if;211 SMR_SLIST_ENTRY(pflow_softc) sc_next; argument