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
2125
gnode->filter_mode = MCAST_EXCLUDE;
drivers/net/vxlan/vxlan_mdb.c
331
[MDBE_ATTR_GROUP_MODE] = NLA_POLICY_RANGE(NLA_U8, MCAST_EXCLUDE,
drivers/net/vxlan/vxlan_mdb.c
614
cfg->filter_mode = MCAST_EXCLUDE;
drivers/net/vxlan/vxlan_mdb.c
807
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
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
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
1401
if (im->sfmode == MCAST_EXCLUDE)
net/ipv4/igmp.c
1601
____ip_mc_inc_group(in_dev, addr, MCAST_EXCLUDE, gfp);
net/ipv4/igmp.c
2004
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2071
if (pmc->sfmode == MCAST_EXCLUDE &&
net/ipv4/igmp.c
2072
pmc->sfcount[MCAST_EXCLUDE] == 0 &&
net/ipv4/igmp.c
2131
int mca_xcount = pmc->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2134
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2136
psf->sf_count[MCAST_EXCLUDE] &&
net/ipv4/igmp.c
2145
int mca_xcount = pmc->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2151
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2152
new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] &&
net/ipv4/igmp.c
2230
isexclude = pmc->sfmode == MCAST_EXCLUDE;
net/ipv4/igmp.c
2246
} else if (isexclude != (pmc->sfcount[MCAST_EXCLUDE] != 0)) {
net/ipv4/igmp.c
2254
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
2255
pmc->sfmode = MCAST_EXCLUDE;
net/ipv4/igmp.c
2283
pmc->sfmode = MCAST_EXCLUDE;
net/ipv4/igmp.c
2285
pmc->sfcount[MCAST_EXCLUDE] = 1;
net/ipv4/igmp.c
2348
return __ip_mc_join_group(sk, imr, MCAST_EXCLUDE);
net/ipv4/igmp.c
2582
msf->imsf_fmode != MCAST_EXCLUDE)
net/ipv4/igmp.c
2790
ret = (pmc->sfmode == MCAST_EXCLUDE);
net/ipv4/igmp.c
2801
if (pmc->sfmode == MCAST_EXCLUDE && i < psl->sl_count)
net/ipv4/igmp.c
2874
psf->sf_count[MCAST_EXCLUDE] !=
net/ipv4/igmp.c
2875
im->sfcount[MCAST_EXCLUDE];
net/ipv4/igmp.c
2877
rv = im->sfcount[MCAST_EXCLUDE] != 0;
net/ipv4/igmp.c
3137
psf->sf_count[MCAST_EXCLUDE]);
net/ipv4/igmp.c
318
return pmc->sfcount[MCAST_EXCLUDE] ==
net/ipv4/igmp.c
319
psf->sf_count[MCAST_EXCLUDE];
net/ipv4/igmp.c
329
if (pmc->sfcount[MCAST_EXCLUDE] == 0 ||
net/ipv4/igmp.c
332
return pmc->sfcount[MCAST_EXCLUDE] ==
net/ipv4/igmp.c
333
psf->sf_count[MCAST_EXCLUDE];
net/ipv4/igmp.c
549
if (((gdeleted && pmc->sfmode == MCAST_EXCLUDE) ||
net/ipv4/igmp.c
633
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
643
if (pmc->sfcount[MCAST_EXCLUDE])
net/ipv4/igmp.c
703
if (pmc->sfmode == MCAST_EXCLUDE) {
net/ipv4/igmp.c
728
if (pmc->sfcount[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
740
if (pmc->sfmode == MCAST_EXCLUDE)
net/ipv4/igmp.c
905
pmc->sfcount[MCAST_EXCLUDE] !=
net/ipv4/igmp.c
906
psf->sf_count[MCAST_EXCLUDE])
net/ipv4/igmp.c
925
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
162
omode = MCAST_EXCLUDE;
net/ipv6/ipv6_sockglue.c
165
omode = MCAST_EXCLUDE;
net/ipv6/mcast.c
1067
READ_ONCE(psf->sf_count[MCAST_EXCLUDE]) !=
net/ipv6/mcast.c
1068
READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]);
net/ipv6/mcast.c
1070
rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0;
net/ipv6/mcast.c
1195
pmc->mca_sfcount[MCAST_EXCLUDE] !=
net/ipv6/mcast.c
1196
psf->sf_count[MCAST_EXCLUDE])
net/ipv6/mcast.c
1218
if (pmc->mca_sfmode == MCAST_EXCLUDE)
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
1716
if (pmc->mca_sfcount[MCAST_EXCLUDE] == 0 ||
net/ipv6/mcast.c
1719
return pmc->mca_sfcount[MCAST_EXCLUDE] ==
net/ipv6/mcast.c
1720
psf->sf_count[MCAST_EXCLUDE];
net/ipv6/mcast.c
1979
if (((gdeleted && pmc->mca_sfmode == MCAST_EXCLUDE) ||
net/ipv6/mcast.c
2063
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2070
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2123
if (pmc->mca_sfmode == MCAST_EXCLUDE) {
net/ipv6/mcast.c
2148
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2160
if (pmc->mca_sfmode == MCAST_EXCLUDE)
net/ipv6/mcast.c
2280
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2340
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2400
if (pmc->mca_sfmode == MCAST_EXCLUDE &&
net/ipv6/mcast.c
2401
pmc->mca_sfcount[MCAST_EXCLUDE] == 0 &&
net/ipv6/mcast.c
2451
int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
net/ipv6/mcast.c
2457
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2459
psf->sf_count[MCAST_EXCLUDE] &&
net/ipv6/mcast.c
2469
int mca_xcount = pmc->mca_sfcount[MCAST_EXCLUDE];
net/ipv6/mcast.c
2478
if (pmc->mca_sfcount[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2479
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
2556
isexclude = pmc->mca_sfmode == MCAST_EXCLUDE;
net/ipv6/mcast.c
2574
} else if (isexclude != (pmc->mca_sfcount[MCAST_EXCLUDE] != 0)) {
net/ipv6/mcast.c
2578
if (pmc->mca_sfcount[MCAST_EXCLUDE])
net/ipv6/mcast.c
2579
pmc->mca_sfmode = MCAST_EXCLUDE;
net/ipv6/mcast.c
2615
pmc->mca_sfmode = MCAST_EXCLUDE;
net/ipv6/mcast.c
2618
WRITE_ONCE(pmc->mca_sfcount[MCAST_EXCLUDE], 1);
net/ipv6/mcast.c
3138
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);