Searched refs:nextpsf (Results 1 – 2 of 2) sorted by relevance
1766 struct ip_sf_list *psf, *nextpsf; in ip_mc_clear_src() local1768 for (psf=pmc->tomb; psf; psf=nextpsf) { in ip_mc_clear_src()1769 nextpsf = psf->sf_next; in ip_mc_clear_src()1773 for (psf=pmc->sources; psf; psf=nextpsf) { in ip_mc_clear_src()1774 nextpsf = psf->sf_next; in ip_mc_clear_src()
2087 struct ip6_sf_list *psf, *nextpsf; in ip6_mc_clear_src() local2089 for (psf=pmc->mca_tomb; psf; psf=nextpsf) { in ip6_mc_clear_src()2090 nextpsf = psf->sf_next; in ip6_mc_clear_src()2094 for (psf=pmc->mca_sources; psf; psf=nextpsf) { in ip6_mc_clear_src()2095 nextpsf = psf->sf_next; in ip6_mc_clear_src()