Home
last modified time | relevance | path

Searched refs:MCAST_EXCLUDE (Results 1 – 8 of 8) sorted by relevance

/linux/net/ipv6/
H A Dmcast.c252 return __ipv6_sock_mc_join(sk, ifindex, addr, MCAST_EXCLUDE); in ipv6_sock_mc_join()
521 gsf->gf_fmode != MCAST_EXCLUDE) in ip6_mc_msfilter()
666 rv = mc->sfmode == MCAST_EXCLUDE;
676 if (mc->sfmode == MCAST_EXCLUDE && i < psl->sl_count) in igmp6_group_added()
714 if (mc->mca_sfmode == MCAST_EXCLUDE) in igmp6_group_dropped()
1001 return __ipv6_dev_mc_inc(dev, addr, MCAST_EXCLUDE); in __ipv6_dev_mc_dec()
1088 READ_ONCE(psf->sf_count[MCAST_EXCLUDE]) != in mld_gq_start_work()
1089 READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]); in mld_gq_start_work()
1091 rv = READ_ONCE(mc->mca_sfcount[MCAST_EXCLUDE]) != 0; in mld_gq_start_work()
1216 pmc->mca_sfcount[MCAST_EXCLUDE] ! in mld_marksources()
[all...]
/linux/net/ipv4/
H A Digmp.c337 return pmc->sfcount[MCAST_EXCLUDE] == in is_in()
338 psf->sf_count[MCAST_EXCLUDE]; in is_in()
348 if (pmc->sfcount[MCAST_EXCLUDE] == 0 || in igmp_scount()
351 return pmc->sfcount[MCAST_EXCLUDE] == in igmp_scount()
352 psf->sf_count[MCAST_EXCLUDE]; in igmp_scount()
571 if (((gdeleted && pmc->sfmode == MCAST_EXCLUDE) || in add_grec()
657 if (pmc->sfcount[MCAST_EXCLUDE])
667 if (pmc->sfcount[MCAST_EXCLUDE]) in igmpv3_clear_zeros()
728 if (pmc->sfmode == MCAST_EXCLUDE) { in igmpv3_send_cr()
754 if (pmc->sfcount[MCAST_EXCLUDE]) { in igmpv3_send_cr()
[all...]
/linux/net/bridge/
H A Dbr_multicast_eht.c412 case MCAST_EXCLUDE: in br_eht_convert_host_filter_mode()
414 h_addr, MCAST_EXCLUDE, in br_eht_convert_host_filter_mode()
573 case MCAST_EXCLUDE: in br_multicast_eht_allow()
596 case MCAST_EXCLUDE: in br_multicast_eht_block()
598 MCAST_EXCLUDE); in br_multicast_eht_block()
694 MCAST_EXCLUDE, to_report); in br_multicast_eht_exc()
695 br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_EXCLUDE); in br_multicast_eht_exc()
H A Dbr_mdb.c663 [MDBE_ATTR_GROUP_MODE] = NLA_POLICY_RANGE(NLA_U8, MCAST_EXCLUDE,
833 if (cfg->filter_mode == MCAST_EXCLUDE) in br_mdb_add_group_src_fwd()
970 cfg->filter_mode == MCAST_EXCLUDE) in br_mdb_replace_group_star_g()
1022 cfg->filter_mode == MCAST_EXCLUDE) in br_mdb_add_group_star_g()
1030 cfg->filter_mode == MCAST_EXCLUDE) in br_mdb_add_group_star_g()
1031 br_multicast_star_g_handle_mode(p, MCAST_EXCLUDE); in br_mdb_add_group_star_g()
1193 cfg->filter_mode = MCAST_EXCLUDE; in br_mdb_config_attrs_init()
1238 cfg->filter_mode = MCAST_EXCLUDE; in br_mdb_config_init()
H A Dbr_multicast.c378 case MCAST_EXCLUDE: in br_multicast_star_g_handle_mode()
879 changed = !!(pg->filter_mode == MCAST_EXCLUDE); in br_multicast_port_group_expired()
1597 filter_mode = igmpv2 ? MCAST_EXCLUDE : MCAST_INCLUDE; in br_ip6_multicast_add_group()
1621 filter_mode = mldv1 ? MCAST_EXCLUDE : MCAST_INCLUDE; in br_multicast_rport_del()
2378 if (pg->filter_mode == MCAST_EXCLUDE && in br_multicast_isinc_allow()
2516 br_multicast_star_g_handle_mode(pg, MCAST_EXCLUDE); in br_multicast_isexc()
2519 case MCAST_EXCLUDE:
2525 pg->filter_mode = MCAST_EXCLUDE; in __grp_src_toin_incl()
2642 case MCAST_EXCLUDE: in br_multicast_toin()
2768 br_multicast_star_g_handle_mode(pg, MCAST_EXCLUDE); in br_multicast_toex()
[all...]
/linux/tools/include/uapi/linux/
H A Din.h172 #define MCAST_EXCLUDE 0 macro
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c331 [MDBE_ATTR_GROUP_MODE] = NLA_POLICY_RANGE(NLA_U8, MCAST_EXCLUDE,
622 cfg->filter_mode = MCAST_EXCLUDE; in vxlan_mdb_config_init()
815 if (cfg->filter_mode == MCAST_EXCLUDE) in vxlan_mdb_remote_src_fwd_del()
/linux/drivers/net/
H A Damt.c1684 gnode->filter_mode = MCAST_EXCLUDE; in amt_mcast_is_ex_handler()
1810 gnode->filter_mode = MCAST_EXCLUDE; in amt_mcast_to_ex_handler()
1962 gnode->filter_mode = MCAST_EXCLUDE; in amt_igmpv2_report_handler()
2128 gnode->filter_mode = MCAST_EXCLUDE; in amt_mldv1_report_handler()