sf_count           63 include/linux/igmp.h 	unsigned long		sf_count[2];	/* include/exclude counts */
sf_count          102 include/net/if_inet6.h 	unsigned long		sf_count[2];	/* include/exclude counts */
sf_count          286 net/ipv4/igmp.c 			if (psf->sf_count[MCAST_INCLUDE])
sf_count          289 net/ipv4/igmp.c 				psf->sf_count[MCAST_EXCLUDE];
sf_count          295 net/ipv4/igmp.c 		return psf->sf_count[MCAST_INCLUDE] != 0;
sf_count          300 net/ipv4/igmp.c 		    psf->sf_count[MCAST_INCLUDE])
sf_count          303 net/ipv4/igmp.c 			psf->sf_count[MCAST_EXCLUDE];
sf_count          864 net/ipv4/igmp.c 			if (psf->sf_count[MCAST_INCLUDE] ||
sf_count          866 net/ipv4/igmp.c 			    psf->sf_count[MCAST_EXCLUDE])
sf_count         1858 net/ipv4/igmp.c 	if (!psf || psf->sf_count[sfmode] == 0) {
sf_count         1862 net/ipv4/igmp.c 	psf->sf_count[sfmode]--;
sf_count         1863 net/ipv4/igmp.c 	if (psf->sf_count[sfmode] == 0) {
sf_count         1866 net/ipv4/igmp.c 	if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
sf_count         1982 net/ipv4/igmp.c 	psf->sf_count[sfmode]++;
sf_count         1983 net/ipv4/igmp.c 	if (psf->sf_count[sfmode] == 1) {
sf_count         1998 net/ipv4/igmp.c 				psf->sf_count[MCAST_EXCLUDE] &&
sf_count         1999 net/ipv4/igmp.c 				!psf->sf_count[MCAST_INCLUDE];
sf_count         2001 net/ipv4/igmp.c 			psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
sf_count         2014 net/ipv4/igmp.c 			new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
sf_count         2015 net/ipv4/igmp.c 				!psf->sf_count[MCAST_INCLUDE];
sf_count         2017 net/ipv4/igmp.c 			new_in = psf->sf_count[MCAST_INCLUDE] != 0;
sf_count         2730 net/ipv4/igmp.c 				rv = psf->sf_count[MCAST_INCLUDE] ||
sf_count         2731 net/ipv4/igmp.c 					psf->sf_count[MCAST_EXCLUDE] !=
sf_count         2990 net/ipv4/igmp.c 			   psf->sf_count[MCAST_INCLUDE],
sf_count         2991 net/ipv4/igmp.c 			   psf->sf_count[MCAST_EXCLUDE]);
sf_count         1018 net/ipv6/mcast.c 					rv = psf->sf_count[MCAST_INCLUDE] ||
sf_count         1019 net/ipv6/mcast.c 						psf->sf_count[MCAST_EXCLUDE] !=
sf_count         1118 net/ipv6/mcast.c 			if (psf->sf_count[MCAST_INCLUDE] ||
sf_count         1120 net/ipv6/mcast.c 			    psf->sf_count[MCAST_EXCLUDE])
sf_count         1520 net/ipv6/mcast.c 			if (psf->sf_count[MCAST_INCLUDE])
sf_count         1523 net/ipv6/mcast.c 				psf->sf_count[MCAST_EXCLUDE];
sf_count         1529 net/ipv6/mcast.c 		return psf->sf_count[MCAST_INCLUDE] != 0;
sf_count         1534 net/ipv6/mcast.c 		    psf->sf_count[MCAST_INCLUDE])
sf_count         1537 net/ipv6/mcast.c 			psf->sf_count[MCAST_EXCLUDE];
sf_count         2140 net/ipv6/mcast.c 	if (!psf || psf->sf_count[sfmode] == 0) {
sf_count         2144 net/ipv6/mcast.c 	psf->sf_count[sfmode]--;
sf_count         2145 net/ipv6/mcast.c 	if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
sf_count         2247 net/ipv6/mcast.c 	psf->sf_count[sfmode]++;
sf_count         2259 net/ipv6/mcast.c 				psf->sf_count[MCAST_EXCLUDE] &&
sf_count         2260 net/ipv6/mcast.c 				!psf->sf_count[MCAST_INCLUDE];
sf_count         2262 net/ipv6/mcast.c 			psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
sf_count         2275 net/ipv6/mcast.c 			new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
sf_count         2276 net/ipv6/mcast.c 				!psf->sf_count[MCAST_INCLUDE];
sf_count         2278 net/ipv6/mcast.c 			new_in = psf->sf_count[MCAST_INCLUDE] != 0;
sf_count         2907 net/ipv6/mcast.c 			   psf->sf_count[MCAST_INCLUDE],
sf_count         2908 net/ipv6/mcast.c 			   psf->sf_count[MCAST_EXCLUDE]);