carp_mc_listhead 154 netinet/ip_carp.c LIST_HEAD(__carp_mchead, carp_mc_entry) carp_mc_listhead; carp_mc_listhead 854 netinet/ip_carp.c LIST_INIT(&sc->carp_mc_listhead); carp_mc_listhead 2440 netinet/ip_carp.c LIST_INSERT_HEAD(&sc->carp_mc_listhead, mc, mc_entries); carp_mc_listhead 2480 netinet/ip_carp.c LIST_FOREACH(mc, &sc->carp_mc_listhead, mc_entries) carp_mc_listhead 2525 netinet/ip_carp.c while ((mc = LIST_FIRST(&sc->carp_mc_listhead)) != NULL) {