Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dmcast.c731 pmc->mca_sources = im->mca_sources; in mld_add_delrec()
732 im->mca_tomb = im->mca_sources = NULL; in mld_add_delrec()
733 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) in mld_add_delrec()
975 for (psf = mc->mca_sources; psf; psf = psf->sf_next) { in ipv6_chk_mcast_addr()
1075 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_xmarksources()
1108 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_marksources()
1518 for (psf = pmc->mca_sources; psf; psf = psf->sf_next) { in mld_scount()
1715 psf_list = sdeleted ? &pmc->mca_tomb : &pmc->mca_sources; in add_grec()
1885 mld_clear_zeros(&pmc->mca_sources); in mld_send_cr()
1889 !pmc->mca_sources) { in mld_send_cr()
[all …]
/linux-4.1.27/include/net/
Dif_inet6.h120 struct ip6_sf_list *mca_sources; member