mca_sfcount       122 include/net/if_inet6.h 	unsigned long		mca_sfcount[2];
mca_sfcount       871 net/ipv6/mcast.c 	mc->mca_sfcount[mode] = 1;
mca_sfcount      1020 net/ipv6/mcast.c 						mc->mca_sfcount[MCAST_EXCLUDE];
mca_sfcount      1022 net/ipv6/mcast.c 					rv = mc->mca_sfcount[MCAST_EXCLUDE] != 0;
mca_sfcount      1119 net/ipv6/mcast.c 			    pmc->mca_sfcount[MCAST_EXCLUDE] !=
mca_sfcount      1522 net/ipv6/mcast.c 			return pmc->mca_sfcount[MCAST_EXCLUDE] ==
mca_sfcount      1533 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 ||
mca_sfcount      1536 net/ipv6/mcast.c 		return pmc->mca_sfcount[MCAST_EXCLUDE] ==
mca_sfcount      1866 net/ipv6/mcast.c 			if (pmc->mca_sfcount[MCAST_EXCLUDE])
mca_sfcount      1875 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE])
mca_sfcount      1954 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
mca_sfcount      2090 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE])
mca_sfcount      2188 net/ipv6/mcast.c 		if (!pmc->mca_sfcount[sfmode]) {
mca_sfcount      2193 net/ipv6/mcast.c 		pmc->mca_sfcount[sfmode]--;
mca_sfcount      2204 net/ipv6/mcast.c 	    pmc->mca_sfcount[MCAST_EXCLUDE] == 0 &&
mca_sfcount      2205 net/ipv6/mcast.c 	    pmc->mca_sfcount[MCAST_INCLUDE]) {
mca_sfcount      2254 net/ipv6/mcast.c 	int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
mca_sfcount      2257 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
mca_sfcount      2268 net/ipv6/mcast.c 	int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
mca_sfcount      2274 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
mca_sfcount      2354 net/ipv6/mcast.c 		pmc->mca_sfcount[sfmode]++;
mca_sfcount      2365 net/ipv6/mcast.c 			pmc->mca_sfcount[sfmode]--;
mca_sfcount      2368 net/ipv6/mcast.c 	} else if (isexclude != (pmc->mca_sfcount[MCAST_EXCLUDE] != 0)) {
mca_sfcount      2372 net/ipv6/mcast.c 		if (pmc->mca_sfcount[MCAST_EXCLUDE])
mca_sfcount      2374 net/ipv6/mcast.c 		else if (pmc->mca_sfcount[MCAST_INCLUDE])
mca_sfcount      2405 net/ipv6/mcast.c 	pmc->mca_sfcount[MCAST_INCLUDE] = 0;
mca_sfcount      2406 net/ipv6/mcast.c 	pmc->mca_sfcount[MCAST_EXCLUDE] = 1;