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()
1069 READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]); in ipv6_chk_mcast_addr()
1071 rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0; in ipv6_chk_mcast_addr()
1196 pmc->mca_sfcount[MCAST_EXCLUDE] != in mld_xmarksources()
1706 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
1717 if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 || in is_in()
1720 return pmc->mca_sfcount[MCAST_EXCLUDE] == in is_in()
2064 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2071 if (pmc->mca_sfcount[MCAST_EXCLUDE]) in mld_send_report()
2149 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