Home
last modified time | relevance | path

Searched defs:pflow_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/net/
H A Dif_pflow.h181 struct pflow_softc { struct
182 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