Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Digmp.c400 if (pmc->crcount || isquery) { in add_grec()
555 if (pmc->crcount) { in igmpv3_send_cr()
556 pmc->crcount--; in igmpv3_send_cr()
561 if (pmc->crcount == 0) { in igmpv3_send_cr()
566 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) { in igmpv3_send_cr()
592 if (pmc->crcount) { in igmpv3_send_cr()
593 pmc->crcount--; in igmpv3_send_cr()
962 pmc->crcount = in_dev->mr_qrv ? in_dev->mr_qrv : in igmpv3_add_delrec()
972 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1104 im->crcount = in_dev->mr_qrv ? in_dev->mr_qrv : in igmp_group_added()
[all …]
/linux-2.4.37.9/include/linux/
Digmp.h183 unsigned char crcount; member