destart
static void destart(struct ifnet *);
ifp->if_start = destart;
destart(&sc->sc_if); /* queue output packets */
destart(&sc->sc_if);