Symbol: tap_softc
sys/net/tap/if_tap.c
101
static void tapifstop(struct tap_softc *, int);
sys/net/tap/if_tap.c
102
static void tapifflags(struct tap_softc *);
sys/net/tap/if_tap.c
1026
struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
sys/net/tap/if_tap.c
1046
struct tap_softc *sc = (struct tap_softc *)kn->kn_hook;
sys/net/tap/if_tap.c
153
static SLIST_HEAD(,tap_softc) tap_listhead =
sys/net/tap/if_tap.c
179
struct tap_softc *sc, *sc_tmp;
sys/net/tap/if_tap.c
214
static struct tap_softc *
sys/net/tap/if_tap.c
217
struct tap_softc *sc;
sys/net/tap/if_tap.c
260
static struct tap_softc *
sys/net/tap/if_tap.c
263
struct tap_softc *sc;
sys/net/tap/if_tap.c
279
struct tap_softc *sc;
sys/net/tap/if_tap.c
319
struct tap_softc *sc = NULL;
sys/net/tap/if_tap.c
399
struct tap_softc *sc = dev->si_drv1;
sys/net/tap/if_tap.c
472
tapdestroy(struct tap_softc *sc)
sys/net/tap/if_tap.c
494
SLIST_REMOVE(&tap_listhead, sc, tap_softc, tap_link);
sys/net/tap/if_tap.c
505
struct tap_softc *sc = ifp->if_softc;
sys/net/tap/if_tap.c
530
struct tap_softc *sc = xtp;
sys/net/tap/if_tap.c
549
tapifflags(struct tap_softc *sc)
sys/net/tap/if_tap.c
574
struct tap_softc *sc = ifp->if_softc;
sys/net/tap/if_tap.c
656
struct tap_softc *sc = ifp->if_softc;
sys/net/tap/if_tap.c
705
tapifstop(struct tap_softc *sc, int clear_flags)
sys/net/tap/if_tap.c
731
struct tap_softc *sc = dev->si_drv1;
sys/net/tap/if_tap.c
852
struct tap_softc *sc = dev->si_drv1;
sys/net/tap/if_tap.c
88
static struct tap_softc *tapcreate(cdev_t, int);
sys/net/tap/if_tap.c
89
static void tapdestroy(struct tap_softc *);
sys/net/tap/if_tap.c
922
struct tap_softc *sc = dev->si_drv1;
sys/net/tap/if_tap.c
999
struct tap_softc *sc = dev->si_drv1;
sys/net/tap/if_tapvar.h
66
SLIST_ENTRY(tap_softc) tap_link; /* local tap list */