Searched refs:crcount (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Digmp.h89 unsigned char crcount; member in struct:ip_mc_list
/linux-master/net/ipv4/
H A Digmp.c520 (!gdeleted && pmc->crcount)) &&
571 if (pmc->crcount || isquery) {
672 if (pmc->crcount) {
677 pmc->crcount--;
678 if (pmc->crcount == 0) {
683 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) {
709 if (pmc->crcount) {
715 pmc->crcount--;
1195 pmc->crcount = in_dev->mr_qrv ?: READ_ONCE(net->ipv4.sysctl_igmp_qrv);
1204 psf->sf_crcount = pmc->crcount;
[all...]

Completed in 110 milliseconds