Symbol: tap_softc
sys/net/if_tap.c
1034
struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
sys/net/if_tap.c
1115
struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
sys/net/if_tap.c
115
CFATTACH_DECL_NEW(tap, sizeof(struct tap_softc),
sys/net/if_tap.c
1167
struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
sys/net/if_tap.c
1197
struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
sys/net/if_tap.c
120
static void tap_dev_close(struct tap_softc *);
sys/net/if_tap.c
1209
struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
sys/net/if_tap.c
1326
struct tap_softc *sc;
sys/net/if_tap.c
212
static struct tap_softc * tap_clone_creator(int);
sys/net/if_tap.c
289
struct tap_softc *sc = device_private(self);
sys/net/if_tap.c
378
struct tap_softc *sc = device_private(self);
sys/net/if_tap.c
441
struct tap_softc *sc = (struct tap_softc *)ifp->if_softc;
sys/net/if_tap.c
474
struct tap_softc *sc;
sys/net/if_tap.c
567
struct tap_softc *sc = (struct tap_softc *)ifp->if_softc;
sys/net/if_tap.c
608
static struct tap_softc *
sys/net/if_tap.c
631
struct tap_softc *sc = ifp->if_softc;
sys/net/if_tap.c
674
struct tap_softc *sc;
sys/net/if_tap.c
717
struct tap_softc *sc;
sys/net/if_tap.c
749
struct tap_softc *sc = device_lookup_private(&tap_cd, minor(dev));
sys/net/if_tap.c
767
struct tap_softc *sc;
sys/net/if_tap.c
790
tap_dev_close(struct tap_softc *sc)
sys/net/if_tap.c
846
struct tap_softc *sc = device_lookup_private(&tap_cd, unit);
sys/net/if_tap.c
915
struct tap_softc *sc;
sys/net/if_tap.c
960
struct tap_softc *sc =