Home
last modified time | relevance | path

Searched refs:sf_next (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dmcast.c751 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
789 for (psf = im->mca_sources; psf; psf = psf->sf_next) in mld_del_delrec()
827 psf_next = psf->sf_next; in mld_clear_delrec()
1010 for (psf = mc->mca_sources; psf; psf = psf->sf_next) { in ipv6_chk_mcast_addr()
1110 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_xmarksources()
1143 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_marksources()
1553 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_scount()
1770 psf_next = psf->sf_next; in add_grec()
1817 psf_prev->sf_next = psf->sf_next; in add_grec()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Digmp.c190 next = psf->sf_next; in ip_sf_list_clear_all()
322 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount()
509 psf_next = psf->sf_next; in add_grec()
556 psf_prev->sf_next = psf->sf_next; in add_grec()
558 *psf_list = psf->sf_next; in add_grec()
634 psf_next = psf->sf_next; in igmpv3_clear_zeros()
637 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
639 *ppsf = psf->sf_next; in igmpv3_clear_zeros()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Digmp.c190 next = psf->sf_next; in ip_sf_list_clear_all()
322 for (psf = pmc->sources; psf; psf = psf->sf_next) { in igmp_scount()
509 psf_next = psf->sf_next; in add_grec()
556 psf_prev->sf_next = psf->sf_next; in add_grec()
558 *psf_list = psf->sf_next; in add_grec()
634 psf_next = psf->sf_next; in igmpv3_clear_zeros()
637 psf_prev->sf_next = psf->sf_next; in igmpv3_clear_zeros()
639 *ppsf = psf->sf_next; in igmpv3_clear_zeros()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c130 psf = mc_dereference(psf->sf_next, mc->idev))
135 psf = rcu_dereference(psf->sf_next))
140 psf = mc_dereference(psf->sf_next, mc->idev))
834 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_delrec()
1917 psf_next = mc_dereference(psf->sf_next, idev); in add_grec()
1964 rcu_assign_pointer(psf_prev->sf_next, in add_grec()
1965 mc_dereference(psf->sf_next, idev)); in add_grec()
1968 mc_dereference(psf->sf_next, idev)); in add_grec()
2037 psf_next = mc_dereference(psf->sf_next, idev); in mld_clear_zeros()
2040 rcu_assign_pointer(psf_prev->sf_next, in mld_clear_zeros()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dif_inet6.h104 struct ip6_sf_list *sf_next; member
/kernel/linux/linux-5.10/include/linux/
H A Digmp.h62 struct ip_sf_list *sf_next; member
/kernel/linux/linux-6.6/include/linux/
H A Digmp.h60 struct ip_sf_list *sf_next; member
/kernel/linux/linux-6.6/include/net/
H A Dif_inet6.h103 struct ip6_sf_list __rcu *sf_next; member

Completed in 13 milliseconds