Searched refs:sf_crcount (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Digmp.c262 if (gdeleted || !psf->sf_crcount)
267 return gdeleted || (psf->sf_crcount && sdeleted);
268 return psf->sf_crcount && !gdeleted && !sdeleted;
463 type == IGMPV3_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
464 psf->sf_crcount--;
465 if ((sdeleted || gdeleted) && psf->sf_crcount == 0) {
551 if (psf->sf_crcount == 0) {
1085 psf->sf_crcount = pmc->crcount;
1520 psf->sf_crcount = in_dev->mr_qrv ? in_dev->mr_qrv :
1588 psf->sf_crcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dmcast.c744 psf->sf_crcount = pmc->mca_crcount;
1316 if (gdeleted || !psf->sf_crcount)
1321 return gdeleted || (psf->sf_crcount && sdeleted);
1322 return psf->sf_crcount && !gdeleted && !sdeleted;
1553 type == MLD2_BLOCK_OLD_SOURCES) && psf->sf_crcount) {
1554 psf->sf_crcount--;
1555 if ((sdeleted || gdeleted) && psf->sf_crcount == 0) {
1631 if (psf->sf_crcount == 0) {
1842 psf->sf_crcount = idev->mc_qrv;
1900 psf->sf_crcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dif_inet6.h104 unsigned char sf_crcount; /* retrans. left to send */ member in struct:ip6_sf_list
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Digmp.h183 unsigned char sf_crcount; /* retrans. left to send */ member in struct:ip_sf_list

Completed in 78 milliseconds