Lines Matching refs:crcount
516 (!gdeleted && pmc->crcount)) && in add_grec()
567 if (pmc->crcount || isquery) { in add_grec()
668 if (pmc->crcount) { in igmpv3_send_cr()
673 pmc->crcount--; in igmpv3_send_cr()
674 if (pmc->crcount == 0) { in igmpv3_send_cr()
679 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
705 if (pmc->crcount) { in igmpv3_send_cr()
711 pmc->crcount--; in igmpv3_send_cr()
1189 pmc->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in igmpv3_add_delrec()
1198 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1242 im->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in igmpv3_del_delrec()
1361 im->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in igmp_group_added()
1950 pmc->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in ip_mc_del_src()
1951 WRITE_ONCE(in_dev->mr_ifc_count, pmc->crcount); in ip_mc_del_src()
2129 pmc->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in ip_mc_add_src()
2130 WRITE_ONCE(in_dev->mr_ifc_count, pmc->crcount); in ip_mc_add_src()