Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv6/ |
| H A D | mcast.c | 830 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 834 for (; psf; psf = psf_next) { in mld_clear_delrec() 835 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_delrec() 1922 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local 1967 psf = psf_next) { in add_grec() 1970 psf_next = mc_dereference(psf->sf_next, idev); in add_grec() 2084 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 2089 psf = psf_next) { in mld_clear_zeros() 2090 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 497 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 536 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 539 psf_next = psf->sf_next; in add_grec() 660 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 663 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 664 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|