nextsc            934 netinet/ip_carp.c 	struct carp_softc *sc, *nextsc;
nextsc            937 netinet/ip_carp.c 	for (sc = TAILQ_FIRST(&cif->vhif_vrs); sc; sc = nextsc) {
nextsc            938 netinet/ip_carp.c 		nextsc = TAILQ_NEXT(sc, sc_list);