Symbol: MCAST_INCLUDE
drivers/net/amt.c
1602
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
1655
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
1719
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
1780
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
1846
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
1891
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
301
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
425
if (gnode->filter_mode == MCAST_INCLUDE) {
drivers/net/amt.c
447
gnode->filter_mode = MCAST_INCLUDE;
drivers/net/amt.c
489
gnode->filter_mode = MCAST_INCLUDE;
drivers/net/vxlan/vxlan_mdb.c
1702
READ_ONCE(remote->filter_mode) == MCAST_INCLUDE) ||
drivers/net/vxlan/vxlan_mdb.c
332
MCAST_INCLUDE),
drivers/net/vxlan/vxlan_mdb.c
531
cfg->filter_mode = MCAST_INCLUDE;
drivers/net/vxlan/vxlan_mdb.c
558
cfg->filter_mode == MCAST_INCLUDE) {
drivers/net/vxlan/vxlan_mdb.c
806
sg_cfg.filter_mode = MCAST_INCLUDE;
net/bridge/br_forward.c
338
p->filter_mode == MCAST_INCLUDE) ||
net/bridge/br_mdb.c
1215
if (!cfg->num_src_entries && cfg->filter_mode == MCAST_INCLUDE) {
net/bridge/br_mdb.c
664
MCAST_INCLUDE),
net/bridge/br_mdb.c
786
MCAST_INCLUDE, cfg->rt_protocol, extack);
net/bridge/br_mdb.c
842
sg_cfg.filter_mode = MCAST_INCLUDE;
net/bridge/br_mdb.c
870
if (cfg->filter_mode == MCAST_INCLUDE &&
net/bridge/br_multicast.c
1323
if (pg->filter_mode == MCAST_INCLUDE) {
net/bridge/br_multicast.c
1591
filter_mode = igmpv2 ? MCAST_EXCLUDE : MCAST_INCLUDE;
net/bridge/br_multicast.c
1615
filter_mode = mldv1 ? MCAST_EXCLUDE : MCAST_INCLUDE;
net/bridge/br_multicast.c
2442
case MCAST_INCLUDE:
net/bridge/br_multicast.c
2567
case MCAST_INCLUDE:
net/bridge/br_multicast.c
2694
case MCAST_INCLUDE:
net/bridge/br_multicast.c
2802
case MCAST_INCLUDE:
net/bridge/br_multicast.c
2812
if ((pg->filter_mode == MCAST_INCLUDE && hlist_empty(&pg->src_list)) ||
net/bridge/br_multicast.c
307
MCAST_INCLUDE, false, false);
net/bridge/br_multicast.c
375
case MCAST_INCLUDE:
net/bridge/br_multicast.c
490
if (pg == sg || pg->filter_mode == MCAST_INCLUDE)
net/bridge/br_multicast.c
505
MCAST_INCLUDE, false, false);
net/bridge/br_multicast.c
533
src->pg->eth_addr, MCAST_INCLUDE, false,
net/bridge/br_multicast.c
821
br_multicast_star_g_handle_mode(pg, MCAST_INCLUDE);
net/bridge/br_multicast.c
869
pg->filter_mode = MCAST_INCLUDE;
net/bridge/br_multicast.c
883
br_multicast_star_g_handle_mode(pg, MCAST_INCLUDE);
net/bridge/br_multicast_eht.c
409
case MCAST_INCLUDE:
net/bridge/br_multicast_eht.c
569
case MCAST_INCLUDE:
net/bridge/br_multicast_eht.c
571
addr_size, MCAST_INCLUDE);
net/bridge/br_multicast_eht.c
592
case MCAST_INCLUDE:
net/bridge/br_multicast_eht.c
652
filter_mode != MCAST_INCLUDE ||
net/bridge/br_multicast_eht.c
677
MCAST_INCLUDE, to_report);
net/bridge/br_multicast_eht.c
678
br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_INCLUDE);
net/bridge/br_multicast_eht.c
74
return MCAST_INCLUDE;
net/ipv4/igmp.c
1228
if (pmc->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
1273
if (im->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
2004
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2073
pmc->sfcount[MCAST_INCLUDE]) {
net/ipv4/igmp.c
2080
pmc->sfmode = MCAST_INCLUDE;
net/ipv4/igmp.c
2137
!psf->sf_count[MCAST_INCLUDE];
net/ipv4/igmp.c
2139
psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
2153
!psf->sf_count[MCAST_INCLUDE];
net/ipv4/igmp.c
2155
new_in = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
2256
else if (pmc->sfcount[MCAST_INCLUDE])
net/ipv4/igmp.c
2257
pmc->sfmode = MCAST_INCLUDE;
net/ipv4/igmp.c
2284
pmc->sfcount[MCAST_INCLUDE] = 0;
net/ipv4/igmp.c
2497
if (psl->sl_count == 1 && omode == MCAST_INCLUDE) {
net/ipv4/igmp.c
2581
if (msf->imsf_fmode != MCAST_INCLUDE &&
net/ipv4/igmp.c
2598
if (msf->imsf_fmode == MCAST_INCLUDE && msf->imsf_numsrc == 0) {
net/ipv4/igmp.c
2799
if (pmc->sfmode == MCAST_INCLUDE && i >= psl->sl_count)
net/ipv4/igmp.c
2873
rv = psf->sf_count[MCAST_INCLUDE] ||
net/ipv4/igmp.c
311
if (pmc->sfmode == MCAST_INCLUDE)
net/ipv4/igmp.c
3136
psf->sf_count[MCAST_INCLUDE],
net/ipv4/igmp.c
316
if (psf->sf_count[MCAST_INCLUDE])
net/ipv4/igmp.c
325
return psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
330
psf->sf_count[MCAST_INCLUDE])
net/ipv4/igmp.c
337
return (pmc->sfmode == MCAST_INCLUDE) ^ sdeleted;
net/ipv4/igmp.c
339
if (pmc->sfmode == MCAST_INCLUDE)
net/ipv4/igmp.c
696
if (pmc->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
904
if (psf->sf_count[MCAST_INCLUDE] ||
net/ipv4/ip_sockglue.c
1310
err = ip_mc_join_group_ssm(sk, &mreq, MCAST_INCLUDE);
net/ipv4/ip_sockglue.c
1313
omode = MCAST_INCLUDE;
net/ipv4/ip_sockglue.c
1316
omode = MCAST_INCLUDE;
net/ipv4/ip_sockglue.c
756
err = ip_mc_join_group_ssm(sk, &mreq, MCAST_INCLUDE);
net/ipv4/ip_sockglue.c
760
omode = MCAST_INCLUDE;
net/ipv4/ip_sockglue.c
763
omode = MCAST_INCLUDE;
net/ipv6/ipv6_sockglue.c
174
MCAST_INCLUDE);
net/ipv6/ipv6_sockglue.c
178
omode = MCAST_INCLUDE;
net/ipv6/ipv6_sockglue.c
181
omode = MCAST_INCLUDE;
net/ipv6/mcast.c
1066
rv = READ_ONCE(psf->sf_count[MCAST_INCLUDE]) ||
net/ipv6/mcast.c
1194
if (psf->sf_count[MCAST_INCLUDE] ||
net/ipv6/mcast.c
1698
if (pmc->mca_sfmode == MCAST_INCLUDE)
net/ipv6/mcast.c
1703
if (psf->sf_count[MCAST_INCLUDE])
net/ipv6/mcast.c
1712
return psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
1717
psf->sf_count[MCAST_INCLUDE])
net/ipv6/mcast.c
1724
return (pmc->mca_sfmode == MCAST_INCLUDE) ^ sdeleted;
net/ipv6/mcast.c
1726
if (pmc->mca_sfmode == MCAST_INCLUDE)
net/ipv6/mcast.c
2116
if (pmc->mca_sfmode == MCAST_INCLUDE) {
net/ipv6/mcast.c
2340
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2402
pmc->mca_sfcount[MCAST_INCLUDE]) {
net/ipv6/mcast.c
2406
pmc->mca_sfmode = MCAST_INCLUDE;
net/ipv6/mcast.c
2460
!psf->sf_count[MCAST_INCLUDE];
net/ipv6/mcast.c
2462
psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
2480
!psf->sf_count[MCAST_INCLUDE];
net/ipv6/mcast.c
2482
new_in = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
2580
else if (pmc->mca_sfcount[MCAST_INCLUDE])
net/ipv6/mcast.c
2581
pmc->mca_sfmode = MCAST_INCLUDE;
net/ipv6/mcast.c
2616
pmc->mca_sfcount[MCAST_INCLUDE] = 0;
net/ipv6/mcast.c
3137
READ_ONCE(psf->sf_count[MCAST_INCLUDE]),
net/ipv6/mcast.c
422
if (psl->sl_count == 1 && omode == MCAST_INCLUDE) {
net/ipv6/mcast.c
503
if (gsf->gf_fmode != MCAST_INCLUDE &&
net/ipv6/mcast.c
520
if (gsf->gf_fmode == MCAST_INCLUDE && gsf->gf_numsrc == 0) {
net/ipv6/mcast.c
657
if (mc->sfmode == MCAST_INCLUDE && i >= psl->sl_count)
net/ipv6/mcast.c
752
if (pmc->mca_sfmode == MCAST_INCLUDE) {
net/ipv6/mcast.c
792
if (im->mca_sfmode == MCAST_INCLUDE) {