Home
last modified time | relevance | path

Searched refs:psf_next (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dmcast.c820 struct ip6_sf_list *psf, *psf_next; in mld_clear_delrec() local
826 for (; psf; psf = psf_next) { in mld_clear_delrec()
827 psf_next = psf->sf_next; in mld_clear_delrec()
1731 struct ip6_sf_list *psf, *psf_next, *psf_prev, **psf_list; in add_grec() local
1767 for (psf = *psf_list; psf; psf = psf_next) { in add_grec()
1770 psf_next = psf->sf_next; in add_grec()
1886 struct ip6_sf_list *psf_prev, *psf_next, *psf; in mld_clear_zeros() local
1889 for (psf = *ppsf; psf; psf = psf_next) { in mld_clear_zeros()
1890 psf_next = psf->sf_next; in mld_clear_zeros()
/kernel/linux/linux-6.6/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()
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 16 milliseconds