Searched refs:psf_next (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/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() 1871 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local 1914 psf = psf_next) { in add_grec() 1917 psf_next = mc_dereference(psf->sf_next, idev); in add_grec() 2031 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local 2036 psf = psf_next) { in mld_clear_zeros() 2037 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
|
/Linux-v6.6/net/ipv4/ |
D | igmp.c | 465 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local 504 for (psf = *psf_list; psf; psf = psf_next) { in add_grec() 507 psf_next = psf->sf_next; in add_grec() 628 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local 631 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros() 632 psf_next = psf->sf_next; in igmpv3_clear_zeros()
|