Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dmcast.c756 pmc->mca_sources = im->mca_sources; in mld_add_delrec()
757 im->mca_tomb = im->mca_sources = NULL; in mld_add_delrec()
758 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
795 im->mca_sources = pmc->mca_sources; in mld_del_delrec()
796 for (psf = im->mca_sources; psf; psf = psf->sf_next) in mld_del_delrec()
1014 for (psf = mc->mca_sources; psf; psf = psf->sf_next) { in ipv6_chk_mcast_addr()
1114 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_xmarksources()
1147 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_marksources()
1557 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_scount()
1756 psf_list = sdeleted ? &pmc->mca_tomb : &pmc->mca_sources; in add_grec()
[all …]
/Linux-v4.19/include/net/
Dif_inet6.h123 struct ip6_sf_list *mca_sources; member