Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Digmp.c521 if (pmc->crcount || isquery) { in add_grec()
611 if (pmc->crcount) { in igmpv3_send_cr()
616 pmc->crcount--; in igmpv3_send_cr()
617 if (pmc->crcount == 0) { in igmpv3_send_cr()
622 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
648 if (pmc->crcount) { in igmpv3_send_cr()
654 pmc->crcount--; in igmpv3_send_cr()
1088 pmc->crcount = in_dev->mr_qrv ?: sysctl_igmp_qrv; in igmpv3_add_delrec()
1097 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1227 im->crcount = in_dev->mr_qrv ?: sysctl_igmp_qrv; in igmp_group_added()
[all …]
/linux-4.1.27/include/linux/
Digmp.h98 unsigned char crcount; member