sf_init
ifp->if_init = sf_init;
(void) sf_init(ifp);
sf_init(&sc->sc_ethercom.ec_if);
static int sf_init(struct ifnet *);