Lines Matching refs:psf_next
747 struct ip6_sf_list *psf, *psf_next; in mld_del_delrec() local
765 for (psf = pmc->mca_tomb; psf; psf = psf_next) { in mld_del_delrec()
766 psf_next = psf->sf_next; in mld_del_delrec()
793 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
799 for (; psf; psf = psf_next) { in mld_clear_delrec()
800 psf_next = psf->sf_next; in mld_clear_delrec()
1701 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1732 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
1735 psf_next = psf->sf_next; in add_grec()
1841 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
1844 for (psf = *ppsf; psf; psf = psf_next) { in mld_clear_zeros()
1845 psf_next = psf->sf_next; in mld_clear_zeros()