Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Digmp.c520 (!gdeleted && pmc->crcount)) && in add_grec()
571 if (pmc->crcount || isquery) { in add_grec()
672 if (pmc->crcount) { in igmpv3_send_cr()
677 pmc->crcount--; in igmpv3_send_cr()
678 if (pmc->crcount == 0) { in igmpv3_send_cr()
709 if (pmc->crcount) { in igmpv3_send_cr()
715 pmc->crcount--; in igmpv3_send_cr()
1204 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1249 im->crcount = in_dev->mr_qrv ?: in igmpv3_del_delrec()
1961 WRITE_ONCE(in_dev->mr_ifc_count, pmc->crcount); in ip_mc_del_src()
[all …]
/openbmc/linux/include/linux/
H A Digmp.h89 unsigned char crcount; member