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
1696
READ_ONCE(remote->filter_mode) == MCAST_INCLUDE) ||
drivers/net/vxlan/vxlan_mdb.c
331
MCAST_INCLUDE),
drivers/net/vxlan/vxlan_mdb.c
530
cfg->filter_mode = MCAST_INCLUDE;
drivers/net/vxlan/vxlan_mdb.c
557
cfg->filter_mode == MCAST_INCLUDE) {
drivers/net/vxlan/vxlan_mdb.c
805
sg_cfg.filter_mode = MCAST_INCLUDE;
net/bridge/br_forward.c
330
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
1325
if (pg->filter_mode == MCAST_INCLUDE) {
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
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
1200
if (pmc->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
1245
if (im->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
1971
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv4/igmp.c
2040
pmc->sfcount[MCAST_INCLUDE]) {
net/ipv4/igmp.c
2047
pmc->sfmode = MCAST_INCLUDE;
net/ipv4/igmp.c
2104
!psf->sf_count[MCAST_INCLUDE];
net/ipv4/igmp.c
2106
psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
2120
!psf->sf_count[MCAST_INCLUDE];
net/ipv4/igmp.c
2122
new_in = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
2223
else if (pmc->sfcount[MCAST_INCLUDE])
net/ipv4/igmp.c
2224
pmc->sfmode = MCAST_INCLUDE;
net/ipv4/igmp.c
2251
pmc->sfcount[MCAST_INCLUDE] = 0;
net/ipv4/igmp.c
2464
if (psl->sl_count == 1 && omode == MCAST_INCLUDE) {
net/ipv4/igmp.c
2548
if (msf->imsf_fmode != MCAST_INCLUDE &&
net/ipv4/igmp.c
2565
if (msf->imsf_fmode == MCAST_INCLUDE && msf->imsf_numsrc == 0) {
net/ipv4/igmp.c
2766
if (pmc->sfmode == MCAST_INCLUDE && i >= psl->sl_count)
net/ipv4/igmp.c
284
if (pmc->sfmode == MCAST_INCLUDE)
net/ipv4/igmp.c
2840
rv = psf->sf_count[MCAST_INCLUDE] ||
net/ipv4/igmp.c
289
if (psf->sf_count[MCAST_INCLUDE])
net/ipv4/igmp.c
298
return psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv4/igmp.c
303
psf->sf_count[MCAST_INCLUDE])
net/ipv4/igmp.c
3099
psf->sf_count[MCAST_INCLUDE],
net/ipv4/igmp.c
310
return (pmc->sfmode == MCAST_INCLUDE) ^ sdeleted;
net/ipv4/igmp.c
312
if (pmc->sfmode == MCAST_INCLUDE)
net/ipv4/igmp.c
669
if (pmc->sfmode == MCAST_INCLUDE) {
net/ipv4/igmp.c
877
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
175
MCAST_INCLUDE);
net/ipv6/ipv6_sockglue.c
179
omode = MCAST_INCLUDE;
net/ipv6/ipv6_sockglue.c
182
omode = MCAST_INCLUDE;
net/ipv6/mcast.c
1063
rv = READ_ONCE(psf->sf_count[MCAST_INCLUDE]) ||
net/ipv6/mcast.c
1185
if (psf->sf_count[MCAST_INCLUDE] ||
net/ipv6/mcast.c
1684
if (pmc->mca_sfmode == MCAST_INCLUDE)
net/ipv6/mcast.c
1689
if (psf->sf_count[MCAST_INCLUDE])
net/ipv6/mcast.c
1698
return psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
1703
psf->sf_count[MCAST_INCLUDE])
net/ipv6/mcast.c
1710
return (pmc->mca_sfmode == MCAST_INCLUDE) ^ sdeleted;
net/ipv6/mcast.c
1712
if (pmc->mca_sfmode == MCAST_INCLUDE)
net/ipv6/mcast.c
2100
if (pmc->mca_sfmode == MCAST_INCLUDE) {
net/ipv6/mcast.c
2324
if (!psf->sf_count[MCAST_INCLUDE] && !psf->sf_count[MCAST_EXCLUDE]) {
net/ipv6/mcast.c
2386
pmc->mca_sfcount[MCAST_INCLUDE]) {
net/ipv6/mcast.c
2390
pmc->mca_sfmode = MCAST_INCLUDE;
net/ipv6/mcast.c
2444
!psf->sf_count[MCAST_INCLUDE];
net/ipv6/mcast.c
2446
psf->sf_oldin = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
2464
!psf->sf_count[MCAST_INCLUDE];
net/ipv6/mcast.c
2466
new_in = psf->sf_count[MCAST_INCLUDE] != 0;
net/ipv6/mcast.c
2564
else if (pmc->mca_sfcount[MCAST_INCLUDE])
net/ipv6/mcast.c
2565
pmc->mca_sfmode = MCAST_INCLUDE;
net/ipv6/mcast.c
2600
pmc->mca_sfcount[MCAST_INCLUDE] = 0;
net/ipv6/mcast.c
3118
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) {