Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Digmp.c512 (!gdeleted && pmc->crcount)) && in add_grec()
563 if (pmc->crcount || isquery) { in add_grec()
657 if (pmc->crcount) { in igmpv3_send_cr()
662 pmc->crcount--; in igmpv3_send_cr()
663 if (pmc->crcount == 0) { in igmpv3_send_cr()
668 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
694 if (pmc->crcount) { in igmpv3_send_cr()
700 pmc->crcount--; in igmpv3_send_cr()
1155 pmc->crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv; in igmpv3_add_delrec()
1164 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
[all …]
/Linux-v4.19/include/linux/
Digmp.h95 unsigned char crcount; member