Symbol: MCAST_EXCLUDE
drivers/net/amt.c
1681
gnode->filter_mode = MCAST_EXCLUDE;
drivers/net/amt.c
1807
gnode->filter_mode = MCAST_EXCLUDE;
drivers/net/amt.c
1959
gnode->filter_mode = MCAST_EXCLUDE;
drivers/net/amt.c
2118
gnode->filter_mode = MCAST_EXCLUDE;
drivers/net/vxlan/vxlan_mdb.c
330
[MDBE_ATTR_GROUP_MODE] = NLA_POLICY_RANGE(NLA_U8, MCAST_EXCLUDE,
drivers/net/vxlan/vxlan_mdb.c
613
cfg->filter_mode = MCAST_EXCLUDE;
drivers/net/vxlan/vxlan_mdb.c
806
if (cfg->filter_mode == MCAST_EXCLUDE)
net/bridge/br_mdb.c
1022
cfg->filter_mode == MCAST_EXCLUDE)
net/bridge/br_mdb.c
1030
cfg->filter_mode == MCAST_EXCLUDE)
net/bridge/br_mdb.c
1031
br_multicast_star_g_handle_mode(p, MCAST_EXCLUDE);
net/bridge/br_mdb.c
1193
cfg->filter_mode = MCAST_EXCLUDE;
net/bridge/br_mdb.c
1238
cfg->filter_mode = MCAST_EXCLUDE;
net/bridge/br_mdb.c
663
[MDBE_ATTR_GROUP_MODE] = NLA_POLICY_RANGE(NLA_U8, MCAST_EXCLUDE,
net/bridge/br_mdb.c
833
if (cfg->filter_mode == MCAST_EXCLUDE)
net/bridge/br_mdb.c
970
cfg->filter_mode == MCAST_EXCLUDE)
net/bridge/br_multicast.c
1593
filter_mode = igmpv2 ? MCAST_EXCLUDE : MCAST_INCLUDE;
net/bridge/br_multicast.c
1617
filter_mode = mldv1 ? MCAST_EXCLUDE : MCAST_INCLUDE;
net/bridge/br_multicast.c
2307
if (pg->filter_mode == MCAST_EXCLUDE &&
net/bridge/br_multicast.c
2445
br_multicast_star_g_handle_mode(pg, MCAST_EXCLUDE);
net/bridge/br_multicast.c
2448
case MCAST_EXCLUDE:
net/bridge/br_multicast.c
2454
pg->filter_mode = MCAST_EXCLUDE;
net/bridge/br_multicast.c
2571
case MCAST_EXCLUDE:
net/bridge/br_multicast.c
2697
br_multicast_star_g_handle_mode(pg, MCAST_EXCLUDE);
net/bridge/br_multicast.c
2700
case MCAST_EXCLUDE:
net/bridge/br_multicast.c
2706
pg->filter_mode = MCAST_EXCLUDE;
net/bridge/br_multicast.c
2806
case MCAST_EXCLUDE:
net/bridge/br_multicast.c
3555
p->filter_mode == MCAST_EXCLUDE))
net/bridge/br_multicast.c
3644
p->filter_mode == MCAST_EXCLUDE))
net/bridge/br_multicast.c
378
case MCAST_EXCLUDE:
net/bridge/br_multicast.c
868
changed = !!(pg->filter_mode == MCAST_EXCLUDE);
net/bridge/br_multicast_eht.c
412
case MCAST_EXCLUDE:
net/bridge/br_multicast_eht.c
414
h_addr, MCAST_EXCLUDE,
net/bridge/br_multicast_eht.c
573
case MCAST_EXCLUDE:
net/bridge/br_multicast_eht.c
596
case MCAST_EXCLUDE:
net/bridge/br_multicast_eht.c
598
MCAST_EXCLUDE);
net/bridge/br_multicast_eht.c
694
MCAST_EXCLUDE, to_report);
net/bridge/br_multicast_eht.c
695
br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_EXCLUDE);
net/ipv4/igmp.c
1373
if (im->sfmode == MCAST_EXCLUDE)
net/ipv4/igmp.c
1573
____ip_mc_inc_group(in_dev, addr, MCAST_EXCLUDE, gfp);
net/ipv4/igmp.c
1971
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2038
if (pmc->sfmode == MCAST_EXCLUDE &&
net/ipv4/igmp.c
2039
pmc->sfcount[MCAST_EXCLUDE] == 0 &&
net/ipv4/igmp.c
2098
int mca_xcount = pmc->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2101
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2103
psf->sf_count[MCAST_EXCLUDE] &&
net/ipv4/igmp.c
2112
int mca_xcount = pmc->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2118
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2119
new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
net/ipv4/igmp.c
2197
isexclude = pmc->sfmode == MCAST_EXCLUDE;
net/ipv4/igmp.c
2213
} else if (isexclude != (pmc->sfcount[MCAST_EXCLUDE] != 0)) {
net/ipv4/igmp.c
2221
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
2222
pmc->sfmode = MCAST_EXCLUDE;
net/ipv4/igmp.c
2250
pmc->sfmode = MCAST_EXCLUDE;
net/ipv4/igmp.c
2252
pmc->sfcount[MCAST_EXCLUDE] = 1;
net/ipv4/igmp.c
2315
return __ip_mc_join_group(sk, imr, MCAST_EXCLUDE);
net/ipv4/igmp.c
2549
msf->imsf_fmode != MCAST_EXCLUDE)
net/ipv4/igmp.c
2757
ret = (pmc->sfmode == MCAST_EXCLUDE);
net/ipv4/igmp.c
2768
if (pmc->sfmode == MCAST_EXCLUDE && i < psl->sl_count)
net/ipv4/igmp.c
2841
psf->sf_count[MCAST_EXCLUDE] !=
net/ipv4/igmp.c
2842
im->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2844
rv = im->sfcount[MCAST_EXCLUDE] != 0;
net/ipv4/igmp.c
291
return pmc->sfcount[MCAST_EXCLUDE] ==
net/ipv4/igmp.c
292
psf->sf_count[MCAST_EXCLUDE];
net/ipv4/igmp.c
302
if (pmc->sfcount[MCAST_EXCLUDE] == 0 ||
net/ipv4/igmp.c
305
return pmc->sfcount[MCAST_EXCLUDE] ==
net/ipv4/igmp.c
306
psf->sf_count[MCAST_EXCLUDE];
net/ipv4/igmp.c
3100
psf->sf_count[MCAST_EXCLUDE]);
net/ipv4/igmp.c
522
if (((gdeleted && pmc->sfmode == MCAST_EXCLUDE) ||
net/ipv4/igmp.c
606
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
616
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
676
if (pmc->sfmode == MCAST_EXCLUDE) {
net/ipv4/igmp.c
701
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
713
if (pmc->sfmode == MCAST_EXCLUDE)
net/ipv4/igmp.c
878
pmc->sfcount[MCAST_EXCLUDE] !=
net/ipv4/igmp.c
879
psf->sf_count[MCAST_EXCLUDE])
net/ipv4/igmp.c
898
if (pmc->sfmode == MCAST_EXCLUDE)
net/ipv4/ip_sockglue.c
1299
omode = MCAST_EXCLUDE;
net/ipv4/ip_sockglue.c
1302
omode = MCAST_EXCLUDE;
net/ipv4/ip_sockglue.c
744
omode = MCAST_EXCLUDE;
net/ipv4/ip_sockglue.c
747
omode = MCAST_EXCLUDE;
net/ipv6/ipv6_sockglue.c
163
omode = MCAST_EXCLUDE;
net/ipv6/ipv6_sockglue.c
166
omode = MCAST_EXCLUDE;
net/ipv6/mcast.c
1064
READ_ONCE(psf->sf_count[MCAST_EXCLUDE]) !=
net/ipv6/mcast.c
1065
READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]);
net/ipv6/mcast.c
1067
rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0;
net/ipv6/mcast.c
1186
pmc->mca_sfcount[MCAST_EXCLUDE] !=
net/ipv6/mcast.c
1187
psf->sf_count[MCAST_EXCLUDE])
net/ipv6/mcast.c
1209
if (pmc->mca_sfmode == MCAST_EXCLUDE)
net/ipv6/mcast.c
1691
return pmc->mca_sfcount[MCAST_EXCLUDE] ==
net/ipv6/mcast.c
1692
psf->sf_count[MCAST_EXCLUDE];
net/ipv6/mcast.c
1702
if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 ||
net/ipv6/mcast.c
1705
return pmc->mca_sfcount[MCAST_EXCLUDE] ==
net/ipv6/mcast.c
1706
psf->sf_count[MCAST_EXCLUDE];
net/ipv6/mcast.c
1965
if (((gdeleted && pmc->mca_sfmode == MCAST_EXCLUDE) ||
net/ipv6/mcast.c
2047
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2054
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2107
if (pmc->mca_sfmode == MCAST_EXCLUDE) {
net/ipv6/mcast.c
2132
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2144
if (pmc->mca_sfmode == MCAST_EXCLUDE)
net/ipv6/mcast.c
2264
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2324
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2384
if (pmc->mca_sfmode == MCAST_EXCLUDE &&
net/ipv6/mcast.c
2385
pmc->mca_sfcount[MCAST_EXCLUDE] == 0 &&
net/ipv6/mcast.c
2435
int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
net/ipv6/mcast.c
2441
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2443
psf->sf_count[MCAST_EXCLUDE] &&
net/ipv6/mcast.c
2453
int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
net/ipv6/mcast.c
2462
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2463
new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
net/ipv6/mcast.c
251
return __ipv6_sock_mc_join(sk, ifindex, addr, MCAST_EXCLUDE);
net/ipv6/mcast.c
2540
isexclude = pmc->mca_sfmode == MCAST_EXCLUDE;
net/ipv6/mcast.c
2558
} else if (isexclude != (pmc->mca_sfcount[MCAST_EXCLUDE] != 0)) {
net/ipv6/mcast.c
2562
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2563
pmc->mca_sfmode = MCAST_EXCLUDE;
net/ipv6/mcast.c
2599
pmc->mca_sfmode = MCAST_EXCLUDE;
net/ipv6/mcast.c
2602
WRITE_ONCE(pmc->mca_sfcount[MCAST_EXCLUDE], 1);
net/ipv6/mcast.c
3119
READ_ONCE(psf->sf_count[MCAST_EXCLUDE]));
net/ipv6/mcast.c
504
gsf->gf_fmode != MCAST_EXCLUDE)
net/ipv6/mcast.c
649
rv = mc->sfmode == MCAST_EXCLUDE;
net/ipv6/mcast.c
659
if (mc->sfmode == MCAST_EXCLUDE && i < psl->sl_count)
net/ipv6/mcast.c
697
if (mc->mca_sfmode == MCAST_EXCLUDE)
net/ipv6/mcast.c
981
return __ipv6_dev_mc_inc(dev, addr, MCAST_EXCLUDE);