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

/freebsd-10-stable/sys/net/
H A Dif_tapvar.h49 struct ifnet *tap_ifp; member in struct:tap_softc
H A Dif_tap.c218 struct ifnet *ifp = tp->tap_ifp;
312 ifp = tp->tap_ifp;
441 ifp = tp->tap_ifp = if_alloc(IFT_ETHER);
500 bcopy(IF_LLADDR(tp->tap_ifp), tp->ether_addr, sizeof(tp->ether_addr));
503 ifp = tp->tap_ifp;
528 struct ifnet *ifp = tp->tap_ifp;
582 struct ifnet *ifp = tp->tap_ifp;
728 struct ifnet *ifp = tp->tap_ifp;
862 struct ifnet *ifp = tp->tap_ifp;
935 struct ifnet *ifp = tp->tap_ifp;
[all...]

Completed in 62 milliseconds