Lines Matching refs:mca_tomb
751 pmc->mca_tomb = im->mca_tomb; in mld_add_delrec()
753 im->mca_tomb = im->mca_sources = NULL; in mld_add_delrec()
790 swap(im->mca_tomb, pmc->mca_tomb); in mld_del_delrec()
826 psf = pmc->mca_tomb; in mld_clear_delrec()
827 pmc->mca_tomb = NULL; in mld_clear_delrec()
1755 psf_list = sdeleted ? &pmc->mca_tomb : &pmc->mca_sources; in add_grec()
1934 mld_clear_zeros(&pmc->mca_tomb); in mld_send_cr()
1938 if (pmc->mca_crcount == 0 && !pmc->mca_tomb && in mld_send_cr()
2156 psf->sf_next = pmc->mca_tomb; in ip6_mc_del1_src()
2157 pmc->mca_tomb = psf; in ip6_mc_del1_src()
2283 for (dpsf = pmc->mca_tomb; dpsf; in sf_setstate()
2294 pmc->mca_tomb = dpsf->sf_next; in sf_setstate()
2306 for (dpsf = pmc->mca_tomb; dpsf; dpsf = dpsf->sf_next) in sf_setstate()
2316 dpsf->sf_next = pmc->mca_tomb; in sf_setstate()
2317 pmc->mca_tomb = dpsf; in sf_setstate()
2394 for (psf = pmc->mca_tomb; psf; psf = nextpsf) { in ip6_mc_clear_src()
2398 pmc->mca_tomb = NULL; in ip6_mc_clear_src()