Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dmcast.c829 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()
1877 struct ip6_sf_list *psf, *psf_prev, *psf_next; in add_grec() local
1920 psf = psf_next) { in add_grec()
1923 psf_next = mc_dereference(psf->sf_next, idev); in add_grec()
2037 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
2042 psf = psf_next) { in mld_clear_zeros()
2043 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
/openbmc/linux/net/ipv4/
H A Digmp.c467 struct ip_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
506 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
509 psf_next = psf->sf_next; in add_grec()
630 struct ip_sf_list *psf_prev, *psf_next, *psf; in igmpv3_clear_zeros() local
633 for (psf = *ppsf; psf; psf = psf_next) { in igmpv3_clear_zeros()
634 psf_next = psf->sf_next; in igmpv3_clear_zeros()