Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dmcast.c885 mc->mca_sfcount[mode] = 1; in mca_alloc()
1065 READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]); in ipv6_chk_mcast_addr()
1067 rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0; in ipv6_chk_mcast_addr()
1186 pmc->mca_sfcount[MCAST_EXCLUDE] != in mld_xmarksources()
1691 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
1702 if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 || in is_in()
1705 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
2047 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2054 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2132 if (pmc->mca_sfcount[MCAST_EXCLUDE]) { in mld_send_cr()
[all …]
/linux/include/net/
H A Dif_inet6.h126 unsigned long mca_sfcount[2]; member