nextpsf          2392 net/ipv6/mcast.c 	struct ip6_sf_list *psf, *nextpsf;
nextpsf          2394 net/ipv6/mcast.c 	for (psf = pmc->mca_tomb; psf; psf = nextpsf) {
nextpsf          2395 net/ipv6/mcast.c 		nextpsf = psf->sf_next;
nextpsf          2399 net/ipv6/mcast.c 	for (psf = pmc->mca_sources; psf; psf = nextpsf) {
nextpsf          2400 net/ipv6/mcast.c 		nextpsf = psf->sf_next;