Home
last modified time | relevance | path

Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Digmp.c453 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
489 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
492 psf_next = psf->sf_next; in add_grec()
599 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
602 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros()
603 psf_next = psf->sf_next; in igmpv3_clear_zeros()
1134 struct ip_sf_list *psf, *psf_next; in igmpv3_del_delrec() local
1151 for (psf = pmc->tomb; psf; psf = psf_next) { in igmpv3_del_delrec()
1152 psf_next = psf->sf_next; in igmpv3_del_delrec()
1178 struct ip_sf_list *psf, *psf_next; in igmpv3_clear_delrec() local
[all …]
/net/ipv6/
Dmcast.c749 struct ip6_sf_list *psf, *psf_next; in mld_del_delrec() local
767 for (psf = pmc->mca_tomb; psf; psf = psf_next) { in mld_del_delrec()
768 psf_next = psf->sf_next; in mld_del_delrec()
795 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
801 for (; psf; psf = psf_next) { in mld_clear_delrec()
802 psf_next = psf->sf_next; in mld_clear_delrec()
1703 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1739 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
1742 psf_next = psf->sf_next; in add_grec()
1848 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
[all …]