sl_count 39 include/linux/igmp.h unsigned int sl_count; sl_count 80 include/net/if_inet6.h unsigned int sl_count; sl_count 2234 net/ipv4/igmp.c iml->sfmode, psf->sl_count, psf->sl_addr, 0); sl_count 2349 net/ipv4/igmp.c for (i = 0; i < psl->sl_count; i++) { sl_count 2359 net/ipv4/igmp.c if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { sl_count 2368 net/ipv4/igmp.c for (j = i+1; j < psl->sl_count; j++) sl_count 2370 net/ipv4/igmp.c psl->sl_count--; sl_count 2376 net/ipv4/igmp.c if (psl && psl->sl_count >= net->ipv4.sysctl_igmp_max_msf) { sl_count 2380 net/ipv4/igmp.c if (!psl || psl->sl_count == psl->sl_max) { sl_count 2392 net/ipv4/igmp.c newpsl->sl_count = count - IP_SFBLOCK; sl_count 2394 net/ipv4/igmp.c for (i = 0; i < psl->sl_count; i++) sl_count 2404 net/ipv4/igmp.c for (i = 0; i < psl->sl_count; i++) { sl_count 2412 net/ipv4/igmp.c for (j = psl->sl_count-1; j >= i; j--) sl_count 2415 net/ipv4/igmp.c psl->sl_count++; sl_count 2478 net/ipv4/igmp.c newpsl->sl_max = newpsl->sl_count = msf->imsf_numsrc; sl_count 2482 net/ipv4/igmp.c msf->imsf_fmode, newpsl->sl_count, newpsl->sl_addr, 0); sl_count 2495 net/ipv4/igmp.c psl->sl_count, psl->sl_addr, 0); sl_count 2552 net/ipv4/igmp.c count = psl->sl_count; sl_count 2599 net/ipv4/igmp.c count = psl ? psl->sl_count : 0; sl_count 2652 net/ipv4/igmp.c for (i = 0; i < psl->sl_count; i++) { sl_count 2657 net/ipv4/igmp.c if (pmc->sfmode == MCAST_INCLUDE && i >= psl->sl_count) sl_count 2659 net/ipv4/igmp.c if (pmc->sfmode == MCAST_EXCLUDE && i < psl->sl_count) sl_count 388 net/ipv6/mcast.c for (i = 0; i < psl->sl_count; i++) { sl_count 397 net/ipv6/mcast.c if (psl->sl_count == 1 && omode == MCAST_INCLUDE) { sl_count 405 net/ipv6/mcast.c for (j = i+1; j < psl->sl_count; j++) sl_count 407 net/ipv6/mcast.c psl->sl_count--; sl_count 413 net/ipv6/mcast.c if (psl && psl->sl_count >= sysctl_mld_max_msf) { sl_count 417 net/ipv6/mcast.c if (!psl || psl->sl_count == psl->sl_max) { sl_count 429 net/ipv6/mcast.c newpsl->sl_count = count - IP6_SFBLOCK; sl_count 431 net/ipv6/mcast.c for (i = 0; i < psl->sl_count; i++) sl_count 438 net/ipv6/mcast.c for (i = 0; i < psl->sl_count; i++) { sl_count 443 net/ipv6/mcast.c for (j = psl->sl_count-1; j >= i; j--) sl_count 446 net/ipv6/mcast.c psl->sl_count++; sl_count 511 net/ipv6/mcast.c newpsl->sl_max = newpsl->sl_count = gsf->gf_numsrc; sl_count 512 net/ipv6/mcast.c for (i = 0; i < newpsl->sl_count; ++i) { sl_count 519 net/ipv6/mcast.c newpsl->sl_count, newpsl->sl_addr, 0); sl_count 533 net/ipv6/mcast.c psl->sl_count, psl->sl_addr, 0); sl_count 589 net/ipv6/mcast.c count = psl ? psl->sl_count : 0; sl_count 644 net/ipv6/mcast.c for (i = 0; i < psl->sl_count; i++) { sl_count 648 net/ipv6/mcast.c if (mc->sfmode == MCAST_INCLUDE && i >= psl->sl_count) sl_count 650 net/ipv6/mcast.c if (mc->sfmode == MCAST_EXCLUDE && i < psl->sl_count) sl_count 2444 net/ipv6/mcast.c iml->sflist->sl_count, iml->sflist->sl_addr, 0);