Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dmcast.c747 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()
1702 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1733 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
1736 psf_next = psf->sf_next; in add_grec()
1842 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
[all …]
/linux-4.1.27/net/ipv4/
Digmp.c435 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
466 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
469 psf_next = psf->sf_next; in add_grec()
576 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
579 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros()
580 psf_next = psf->sf_next; in igmpv3_clear_zeros()
1110 struct ip_sf_list *psf, *psf_next; in igmpv3_del_delrec() local
1127 for (psf = pmc->tomb; psf; psf = psf_next) { in igmpv3_del_delrec()
1128 psf_next = psf->sf_next; in igmpv3_del_delrec()
1154 struct ip_sf_list *psf, *psf_next; in igmpv3_clear_delrec() local
[all …]