Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dmcast.c898 mc->mca_sfcount[mode] = 1; in mca_alloc()
1083 READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]); in ipv6_chk_mcast_addr()
1085 rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0; in ipv6_chk_mcast_addr()
1200 pmc->mca_sfcount[MCAST_EXCLUDE] != in mld_xmarksources()
1704 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
1715 if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 || in is_in()
1718 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
2058 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2065 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2147 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