Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Digmp.c572 (!gdeleted && pmc->crcount)) && in add_grec()
625 if (pmc->crcount || isquery) { in add_grec()
727 if (pmc->crcount) { in igmpv3_send_cr()
732 pmc->crcount--; in igmpv3_send_cr()
733 if (pmc->crcount == 0) { in igmpv3_send_cr()
738 if (pmc->crcount == 0 && !rcu_access_pointer(pmc->tomb) && in igmpv3_send_cr()
765 if (pmc->crcount) { in igmpv3_send_cr()
771 pmc->crcount--; in igmpv3_send_cr()
1252 pmc->crcount = in_dev->mr_qrv ?: READ_ONCE(net->ipv4.sysctl_igmp_qrv); in igmpv3_add_delrec()
1258 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
[all …]
/linux/include/linux/
H A Digmp.h90 unsigned char crcount; member