Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Digmp.c523 (!gdeleted && pmc->crcount)) && in add_grec()
574 if (pmc->crcount || isquery) { in add_grec()
675 if (pmc->crcount) { in igmpv3_send_cr()
680 pmc->crcount--; in igmpv3_send_cr()
681 if (pmc->crcount == 0) { in igmpv3_send_cr()
712 if (pmc->crcount) { in igmpv3_send_cr()
718 pmc->crcount--; in igmpv3_send_cr()
1207 psf->sf_crcount = pmc->crcount; in igmpv3_add_delrec()
1252 im->crcount = in_dev->mr_qrv ?: in igmpv3_del_delrec()
2050 WRITE_ONCE(in_dev->mr_ifc_count, pmc->crcount); in ip_mc_del_src()
[all …]
/linux-6.15/include/linux/
H A Digmp.h89 unsigned char crcount; member