wwan_softc
struct wwan_softc *sc_if = device_private(sc->sc_net);
struct wwan_softc *sc_if =
container_of(xn, struct wwan_softc, sc_xmm_net);
struct wwan_softc *sc_if =
container_of(xn, struct wwan_softc, sc_xmm_net);
struct wwan_softc *sc_if = ifp->if_softc;
struct wwan_softc *sc = ifp->if_softc;
struct wwan_softc *sc_if = device_private(self);
struct wwan_softc *sc_if = device_private(self);
struct wwan_softc *sc_if = device_private(self);
sizeof(struct wwan_softc), wwan_match, wwan_attach,
CFATTACH_DECL3_NEW(wwan, sizeof(struct wwan_softc),