Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | mcast.c | 833 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 837 for (; psf; psf = psf_next) { in mld_clear_delrec() 838 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_delrec() 1921 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local 1964 psf = psf_next) { in add_grec() 1967 psf_next = mc_dereference(psf->sf_next, idev); in add_grec() 2081 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 2086 psf = psf_next) { in mld_clear_zeros() 2087 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
|
| /linux-6.15/net/ipv4/ |
| H A D | igmp.c | 470 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 509 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 512 psf_next = psf->sf_next; in add_grec() 633 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 636 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 637 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|