Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dmcast.c697 mc->mca_crcount = mc->idev->mc_qrv; in igmp6_group_added()
749 pmc->mca_crcount = idev->mc_qrv; in mld_add_delrec()
804 im->mca_crcount = idev->mc_qrv; in mld_del_delrec()
2071 if (pmc->mca_crcount) { in mld_send_cr()
2076 pmc->mca_crcount--; in mld_send_cr()
2077 if (pmc->mca_crcount == 0) { in mld_send_cr()
2082 if (pmc->mca_crcount == 0 && in mld_send_cr()
2108 if (pmc->mca_crcount) { in mld_send_cr()
2114 pmc->mca_crcount--; in mld_send_cr()
2354 pmc->mca_crcount = idev->mc_qrv; in ip6_mc_del_src()
[all …]
/openbmc/linux/include/net/
H A Dif_inet6.h125 unsigned char mca_crcount; member