Lines Matching refs:mca_tomb
748 pmc->mca_tomb = im->mca_tomb; in mld_add_delrec()
750 im->mca_tomb = im->mca_sources = NULL; in mld_add_delrec()
787 swap(im->mca_tomb, pmc->mca_tomb); in mld_del_delrec()
823 psf = pmc->mca_tomb; in mld_clear_delrec()
824 pmc->mca_tomb = NULL; in mld_clear_delrec()
1749 psf_list = sdeleted ? &pmc->mca_tomb : &pmc->mca_sources; in add_grec()
1928 mld_clear_zeros(&pmc->mca_tomb); in mld_send_cr()
1932 if (pmc->mca_crcount == 0 && !pmc->mca_tomb && in mld_send_cr()
2150 psf->sf_next = pmc->mca_tomb; in ip6_mc_del1_src()
2151 pmc->mca_tomb = psf; in ip6_mc_del1_src()
2277 for (dpsf = pmc->mca_tomb; dpsf; in sf_setstate()
2288 pmc->mca_tomb = dpsf->sf_next; in sf_setstate()
2300 for (dpsf = pmc->mca_tomb; dpsf; dpsf = dpsf->sf_next) in sf_setstate()
2310 dpsf->sf_next = pmc->mca_tomb; in sf_setstate()
2311 pmc->mca_tomb = dpsf; in sf_setstate()
2388 for (psf = pmc->mca_tomb; psf; psf = nextpsf) { in ip6_mc_clear_src()
2392 pmc->mca_tomb = NULL; in ip6_mc_clear_src()