tl_if
sc->tl_if.if_flags &= ~IFF_OACTIVE;
sc->tl_if.if_timer = 0;
if_schedule_deferred_start(&sc->tl_if);
sc->tl_if.if_timer = 0;
if_schedule_deferred_start(&sc->tl_if);
if ((sc->tl_if.if_flags & (IFF_RUNNING | IFF_OACTIVE)) != IFF_RUNNING)
sc->tl_if.if_flags |= IFF_OACTIVE;
struct ifnet *ifp = &sc->tl_if;
sc->tl_if.if_flags &= ~IFF_ALLMULTI;
sc->tl_if.if_flags |= IFF_ALLMULTI;
struct ifnet * const ifp = &sc->tl_if;
sc->tl_if.if_softc = sc;
ether_ifattach(&(sc)->tl_if, (sc)->tl_enaddr);
if (sc->tl_if.if_flags & IFF_RUNNING) {
struct ifnet *ifp = &sc->tl_if;
if ((sc->tl_if.if_flags & IFF_UP) == 0) {
sc->tl_if.if_flags |= IFF_RUNNING;
sc->tl_if.if_flags &= ~IFF_OACTIVE;
struct ifnet *ifp = &sc->tl_if;
#define tl_bpf tl_if.if_bpf