Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | mcast.c | 829 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local 833 for (; psf; psf = psf_next) { in mld_clear_delrec() 834 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_delrec() 1873 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local 1916 psf = psf_next) { in add_grec() 1919 psf_next = mc_dereference(psf->sf_next, idev); in add_grec() 2033 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 2038 psf = psf_next) { in mld_clear_zeros() 2039 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
|
/Linux-v6.1/net/ipv4/ |
D | igmp.c | 464 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 503 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 506 psf_next = psf->sf_next; in add_grec() 627 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 630 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 631 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|