Home
last modified time | relevance | path

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

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