Searched refs:tap_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_tapvar.h48 struct tap_softc { struct
64 SLIST_ENTRY(tap_softc) tap_next; /* next device in chain */
H A Dif_tap.c158 static SLIST_HEAD(, tap_softc) taphead; /* first device */
216 tap_destroy(struct tap_softc *tp)
236 struct tap_softc *tp = ifp->if_softc;
239 SLIST_REMOVE(&taphead, tp, tap_softc, tap_next);
260 struct tap_softc *tp = NULL;
406 struct tap_softc *tp = NULL;
479 struct tap_softc *tp = NULL;
527 struct tap_softc *tp = dev->si_drv1;
581 struct tap_softc *tp = (struct tap_softc *)xt
[all...]

Completed in 53 milliseconds