Lines Matching refs:tomb
488 psf_list = sdeleted ? &pmc->tomb : &pmc->sources;
649 ip_sf_list_clear_all(pmc->tomb);
679 igmpv3_clear_zeros(&pmc->tomb);
683 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) {
1200 pmc->tomb = im->tomb;
1202 im->tomb = im->sources = NULL;
1243 swap(im->tomb, pmc->tomb);
1282 psf = pmc->tomb;
1283 pmc->tomb = NULL;
1897 psf->sf_next = pmc->tomb;
1898 pmc->tomb = psf;
2038 for (dpsf = pmc->tomb; dpsf; dpsf = dpsf->sf_next) {
2047 pmc->tomb = dpsf->sf_next;
2060 for (dpsf = pmc->tomb; dpsf; dpsf = dpsf->sf_next)
2069 dpsf->sf_next = pmc->tomb;
2070 pmc->tomb = dpsf;
2154 struct ip_sf_list *tomb, *sources;
2157 tomb = pmc->tomb;
2158 pmc->tomb = NULL;
2166 ip_sf_list_clear_all(tomb);