Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Digmp.c525 if (pmc->crcount || isquery) { in add_grec()
618 if (pmc->crcount) { in igmpv3_send_cr()
623 pmc->crcount--; in igmpv3_send_cr()
624 if (pmc->crcount == 0) { in igmpv3_send_cr()
629 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
655 if (pmc->crcount) { in igmpv3_send_cr()
661 pmc->crcount--; in igmpv3_send_cr()
1104 pmc->crcount = in_dev->mr_qrv ?: sysctl_igmp_qrv; in igmpv3_add_delrec()
1113 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1247 im->crcount = in_dev->mr_qrv ?: sysctl_igmp_qrv; in igmp_group_added()
[all …]
/linux-4.4.14/include/linux/
Digmp.h99 unsigned char crcount; member