Searched refs:nextpsf (Results 1 – 2 of 2) sorted by relevance
2117 struct ip_sf_list *psf, *nextpsf, *tomb, *sources; in ip_mc_clear_src() local2129 for (psf = tomb; psf; psf = nextpsf) { in ip_mc_clear_src()2130 nextpsf = psf->sf_next; in ip_mc_clear_src()2133 for (psf = sources; psf; psf = nextpsf) { in ip_mc_clear_src()2134 nextpsf = psf->sf_next; in ip_mc_clear_src()
2393 struct ip6_sf_list *psf, *nextpsf; in ip6_mc_clear_src() local2395 for (psf = pmc->mca_tomb; psf; psf = nextpsf) { in ip6_mc_clear_src()2396 nextpsf = psf->sf_next; in ip6_mc_clear_src()2400 for (psf = pmc->mca_sources; psf; psf = nextpsf) { in ip6_mc_clear_src()2401 nextpsf = psf->sf_next; in ip6_mc_clear_src()