sf_crcount         67 include/linux/igmp.h 	unsigned char		sf_crcount;	/* retrans. left to send */
sf_crcount        105 include/net/if_inet6.h 	unsigned char		sf_crcount;	/* retrans. left to send */
sf_crcount        305 net/ipv4/igmp.c 		if (gdeleted || !psf->sf_crcount)
sf_crcount        310 net/ipv4/igmp.c 			return gdeleted || (psf->sf_crcount && sdeleted);
sf_crcount        311 net/ipv4/igmp.c 		return psf->sf_crcount && !gdeleted && !sdeleted;
sf_crcount        520 net/ipv4/igmp.c 		     type == IGMPV3_BLOCK_OLD_SOURCES) && psf->sf_crcount)
sf_crcount        549 net/ipv4/igmp.c 		     type == IGMPV3_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
sf_crcount        551 net/ipv4/igmp.c 			psf->sf_crcount--;
sf_crcount        552 net/ipv4/igmp.c 			if ((sdeleted || gdeleted) && psf->sf_crcount == 0) {
sf_crcount        633 net/ipv4/igmp.c 		if (psf->sf_crcount == 0) {
sf_crcount       1193 net/ipv4/igmp.c 			psf->sf_crcount = pmc->crcount;
sf_crcount       1235 net/ipv4/igmp.c 				psf->sf_crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv;
sf_crcount       1880 net/ipv4/igmp.c 			psf->sf_crcount = in_dev->mr_qrv ?: net->ipv4.sysctl_igmp_qrv;
sf_crcount       1947 net/ipv4/igmp.c 			psf->sf_crcount = 0;
sf_crcount       2034 net/ipv4/igmp.c 				psf->sf_crcount = qrv;
sf_crcount       2039 net/ipv4/igmp.c 			psf->sf_crcount = 0;
sf_crcount       2056 net/ipv4/igmp.c 			dpsf->sf_crcount = qrv;
sf_crcount       2126 net/ipv4/igmp.c 			psf->sf_crcount = 0;
sf_crcount        755 net/ipv6/mcast.c 			psf->sf_crcount = pmc->mca_crcount;
sf_crcount        793 net/ipv6/mcast.c 				psf->sf_crcount = idev->mc_qrv;
sf_crcount       1539 net/ipv6/mcast.c 		if (gdeleted || !psf->sf_crcount)
sf_crcount       1544 net/ipv6/mcast.c 			return gdeleted || (psf->sf_crcount && sdeleted);
sf_crcount       1545 net/ipv6/mcast.c 		return psf->sf_crcount && !gdeleted && !sdeleted;
sf_crcount       1789 net/ipv6/mcast.c 		     type == MLD2_BLOCK_OLD_SOURCES) && psf->sf_crcount)
sf_crcount       1818 net/ipv6/mcast.c 		     type == MLD2_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
sf_crcount       1820 net/ipv6/mcast.c 			psf->sf_crcount--;
sf_crcount       1821 net/ipv6/mcast.c 			if ((sdeleted || gdeleted) && psf->sf_crcount == 0) {
sf_crcount       1897 net/ipv6/mcast.c 		if (psf->sf_crcount == 0) {
sf_crcount       2155 net/ipv6/mcast.c 			psf->sf_crcount = idev->mc_qrv;
sf_crcount       2213 net/ipv6/mcast.c 			psf->sf_crcount = 0;
sf_crcount       2297 net/ipv6/mcast.c 				psf->sf_crcount = qrv;
sf_crcount       2301 net/ipv6/mcast.c 			psf->sf_crcount = 0;
sf_crcount       2319 net/ipv6/mcast.c 			dpsf->sf_crcount = qrv;
sf_crcount       2381 net/ipv6/mcast.c 			psf->sf_crcount = 0;