Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Digmp.c418 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
449 for (psf=*psf_list; psf; psf=psf_next) { in add_grec()
452 psf_next = psf->sf_next; in add_grec()
559 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
562 for (psf=*ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros()
563 psf_next = psf->sf_next; in igmpv3_clear_zeros()
1092 struct ip_sf_list *psf, *psf_next; in igmpv3_del_delrec() local
1109 for (psf=pmc->tomb; psf; psf=psf_next) { in igmpv3_del_delrec()
1110 psf_next = psf->sf_next; in igmpv3_del_delrec()
1136 struct ip_sf_list *psf, *psf_next; in igmpv3_clear_delrec() local
[all …]
/linux-2.6.39/net/ipv6/
Dmcast.c758 struct ip6_sf_list *psf, *psf_next; in mld_del_delrec() local
776 for (psf=pmc->mca_tomb; psf; psf=psf_next) { in mld_del_delrec()
777 psf_next = psf->sf_next; in mld_del_delrec()
804 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
810 for (; psf; psf=psf_next) { in mld_clear_delrec()
811 psf_next = psf->sf_next; in mld_clear_delrec()
1492 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1523 for (psf=*psf_list; psf; psf=psf_next) { in add_grec()
1526 psf_next = psf->sf_next; in add_grec()
1632 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
[all …]