Home
last modified time | relevance | path

Searched refs:tap_if (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/tap/
H A Dif_tap.c236 ifp = &sc->tap_if; in tapcreate()
306 TAPDEBUG(&sc->tap_if, "clone created, minor = %#x, flags = 0x%x\n", in tap_clone_create()
342 ifp = &sc->tap_if; in tapopen()
407 ifp = &sc->tap_if; in tapclose()
474 struct ifnet *ifp = &sc->tap_if; in tapdestroy()
531 struct ifnet *ifp = &sc->tap_if; in tapifinit()
551 struct ifnet *ifp = &sc->tap_if; in tapifflags()
707 struct ifnet *ifp = &sc->tap_if; in tapifstop()
732 struct ifnet *ifp = &sc->tap_if; in tapioctl()
853 struct ifnet *ifp = &sc->tap_if; in tapread()
[all …]
H A Dif_tapvar.h46 #define tap_if arpcom.ac_if macro