V_lagg_list
SLIST_INSERT_HEAD(&V_lagg_list, sc, sc_entries);
SLIST_REMOVE(&V_lagg_list, sc, lagg_softc, sc_entries);
SLIST_FOREACH(sc_ptr, &V_lagg_list, sc_entries) {