Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dmcast.c698 mc->mca_crcount = mc->idev->mc_qrv; in igmp6_group_added()
750 pmc->mca_crcount = idev->mc_qrv; in mld_add_delrec()
763 psf->sf_crcount = pmc->mca_crcount; in mld_add_delrec()
805 im->mca_crcount = idev->mc_qrv; in mld_del_delrec()
1966 (!gdeleted && pmc->mca_crcount)) && in add_grec()
2019 if (pmc->mca_crcount || isquery || crsend) { in add_grec()
2106 if (pmc->mca_crcount) { in mld_send_cr()
2111 pmc->mca_crcount--; in mld_send_cr()
2112 if (pmc->mca_crcount == 0) { in mld_send_cr()
2117 if (pmc->mca_crcount == 0 && in mld_send_cr()
[all …]
/linux/include/net/
H A Dif_inet6.h125 unsigned char mca_crcount; member