lagg_link_active
static struct lagg_port *lagg_link_active(struct lagg_softc *,
if ((lp = lagg_link_active(sc, lp)) == NULL) {
if ((lp = lagg_link_active(sc, sc->sc_primary)) == NULL)
tmp_tp = lagg_link_active(sc, sc->sc_primary);
if ((lp = lagg_link_active(sc, lp)) == NULL)
if (lp == lagg_link_active(sc, sc->sc_primary))