Searched refs:tun_ifp (Results 1 – 2 of 2) sorted by relevance
221 ifp = sc->tun_ifp = if_alloc(IFT_PPP); in tuncreate()251 struct ifnet *ifp = sc->tun_ifp; in tundestroy()296 TUNDEBUG(sc->tun_ifp, "opened, minor = %#x. Module refcnt = %d\n", in tunopen()315 ifp = sc->tun_ifp; in tunclose()408 TUNDEBUG(sc->tun_ifp, "clone created, minor = %#x, flags = 0x%x\n", in tun_clone_create()671 struct ifnet *ifp = sc->tun_ifp; in tunioctl()797 struct ifnet *ifp = sc->tun_ifp; in tunread()849 struct ifnet *ifp = sc->tun_ifp; in tunwrite()970 struct ifnet *ifp = sc->tun_ifp; in tunkqfilter()1019 struct ifnet *ifp = sc->tun_ifp; in tun_filter_read()
50 struct ifnet *tun_ifp; /* the interface */ member