Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dmcast.c894 mc->mca_sfcount[mode] = 1; in mca_alloc()
1039 mc->mca_sfcount[MCAST_EXCLUDE]; in ipv6_chk_mcast_addr()
1041 rv = mc->mca_sfcount[MCAST_EXCLUDE] != 0; in ipv6_chk_mcast_addr()
1156 pmc->mca_sfcount[MCAST_EXCLUDE] != in mld_xmarksources()
1660 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
1671 if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 || in is_in()
1674 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
2014 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2021 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2103 if (pmc->mca_sfcount[MCAST_EXCLUDE]) { in mld_send_cr()
[all …]
/openbmc/linux/include/net/
H A Dif_inet6.h126 unsigned long mca_sfcount[2]; member