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

/linux-master/include/linux/
H A Digmp.h64 unsigned char sf_oldin; /* change state */ member in struct:ip_sf_list
/linux-master/include/net/
H A Dif_inet6.h107 unsigned char sf_oldin; /* change state */ member in struct:ip6_sf_list
/linux-master/net/ipv4/
H A Digmp.c1894 if (psf->sf_oldin &&
2013 psf->sf_oldin = mca_xcount ==
2017 psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
2035 if (!psf->sf_oldin) {
2053 } else if (psf->sf_oldin) {
/linux-master/net/ipv6/
H A Dmcast.c2299 if (psf->sf_oldin && !(pmc->mca_flags & MAF_NOREPORT) &&
2405 psf->sf_oldin = mca_xcount ==
2409 psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
2430 if (!psf->sf_oldin) {
2453 } else if (psf->sf_oldin) {

Completed in 146 milliseconds