HomeSort by: relevance | last modified time | path
    Searched defs:tap_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_tap.c 91 struct tap_softc { struct
115 CFATTACH_DECL_NEW(tap, sizeof(struct tap_softc),
120 static void tap_dev_close(struct tap_softc *);
212 static struct tap_softc * tap_clone_creator(int);
289 struct tap_softc *sc = device_private(self);
378 struct tap_softc *sc = device_private(self);
441 struct tap_softc *sc = (struct tap_softc *)ifp->if_softc;
474 struct tap_softc *sc;
567 struct tap_softc *sc = (struct tap_softc *)ifp->if_softc
    [all...]

Completed in 20 milliseconds