Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dmcast.c668 mc->mca_crcount = mc->idev->mc_qrv; in igmp6_group_added()
725 pmc->mca_crcount = idev->mc_qrv; in mld_add_delrec()
734 psf->sf_crcount = pmc->mca_crcount; in mld_add_delrec()
1787 if (pmc->mca_crcount || isquery || crsend) { in add_grec()
1876 if (pmc->mca_crcount) { in mld_send_cr()
1881 pmc->mca_crcount--; in mld_send_cr()
1882 if (pmc->mca_crcount == 0) { in mld_send_cr()
1887 if (pmc->mca_crcount == 0 && !pmc->mca_tomb && in mld_send_cr()
1914 if (pmc->mca_crcount) { in mld_send_cr()
1920 pmc->mca_crcount--; in mld_send_cr()
[all …]
/linux-4.4.14/include/net/
Dif_inet6.h123 unsigned char mca_crcount; member