mca_tomb          119 include/net/if_inet6.h 	struct ip6_sf_list	*mca_tomb;
mca_tomb          751 net/ipv6/mcast.c 		pmc->mca_tomb = im->mca_tomb;
mca_tomb          753 net/ipv6/mcast.c 		im->mca_tomb = im->mca_sources = NULL;
mca_tomb          790 net/ipv6/mcast.c 			swap(im->mca_tomb, pmc->mca_tomb);
mca_tomb          826 net/ipv6/mcast.c 		psf = pmc->mca_tomb;
mca_tomb          827 net/ipv6/mcast.c 		pmc->mca_tomb = NULL;
mca_tomb         1755 net/ipv6/mcast.c 	psf_list = sdeleted ? &pmc->mca_tomb : &pmc->mca_sources;
mca_tomb         1934 net/ipv6/mcast.c 				mld_clear_zeros(&pmc->mca_tomb);
mca_tomb         1938 net/ipv6/mcast.c 		if (pmc->mca_crcount == 0 && !pmc->mca_tomb &&
mca_tomb         2156 net/ipv6/mcast.c 			psf->sf_next = pmc->mca_tomb;
mca_tomb         2157 net/ipv6/mcast.c 			pmc->mca_tomb = psf;
mca_tomb         2283 net/ipv6/mcast.c 				for (dpsf = pmc->mca_tomb; dpsf;
mca_tomb         2294 net/ipv6/mcast.c 						pmc->mca_tomb = dpsf->sf_next;
mca_tomb         2306 net/ipv6/mcast.c 			for (dpsf = pmc->mca_tomb; dpsf; dpsf = dpsf->sf_next)
mca_tomb         2316 net/ipv6/mcast.c 				dpsf->sf_next = pmc->mca_tomb;
mca_tomb         2317 net/ipv6/mcast.c 				pmc->mca_tomb = dpsf;
mca_tomb         2394 net/ipv6/mcast.c 	for (psf = pmc->mca_tomb; psf; psf = nextpsf) {
mca_tomb         2398 net/ipv6/mcast.c 	pmc->mca_tomb = NULL;