Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dmcast.c694 mc->mca_crcount = mc->idev->mc_qrv; in igmp6_group_added()
750 pmc->mca_crcount = idev->mc_qrv; in mld_add_delrec()
759 psf->sf_crcount = pmc->mca_crcount; in mld_add_delrec()
799 im->mca_crcount = idev->mc_qrv; in mld_del_delrec()
1788 (!gdeleted && pmc->mca_crcount)) && in add_grec()
1839 if (pmc->mca_crcount || isquery || crsend) { in add_grec()
1928 if (pmc->mca_crcount) { in mld_send_cr()
1933 pmc->mca_crcount--; in mld_send_cr()
1934 if (pmc->mca_crcount == 0) { in mld_send_cr()
1939 if (pmc->mca_crcount == 0 && !pmc->mca_tomb && in mld_send_cr()
[all …]
/Linux-v4.19/include/net/
Dif_inet6.h126 unsigned char mca_crcount; member