Home
last modified time | relevance | path

Searched refs:MCAST_INCLUDE (Results 1 – 5 of 5) sorted by relevance

/linux/net/bridge/
H A Dbr_multicast_eht.c74 return MCAST_INCLUDE; in br_multicast_eht_host_filter_mode()
409 case MCAST_INCLUDE: in br_eht_convert_host_filter_mode()
569 case MCAST_INCLUDE: in br_multicast_eht_allow()
571 addr_size, MCAST_INCLUDE); in br_multicast_eht_allow()
592 case MCAST_INCLUDE: in br_multicast_eht_block()
652 filter_mode != MCAST_INCLUDE || in __eht_inc_exc()
677 MCAST_INCLUDE, to_report); in br_multicast_eht_inc()
678 br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_INCLUDE); in br_multicast_eht_inc()
H A Dbr_mdb.c664 MCAST_INCLUDE), in is_valid_mdb_source()
786 MCAST_INCLUDE, cfg->rt_protocol, extack); in br_mdb_add_group_sg()
842 sg_cfg.filter_mode = MCAST_INCLUDE; in br_mdb_add_group_src()
870 if (cfg->filter_mode == MCAST_INCLUDE && in br_mdb_add_group_src()
1215 if (!cfg->num_src_entries && cfg->filter_mode == MCAST_INCLUDE) { in br_mdb_config_init()
H A Dbr_forward.c330 p->filter_mode == MCAST_INCLUDE) || in br_multicast_flood()
/linux/net/ipv4/
H A Digmp.c284 if (pmc->sfmode == MCAST_INCLUDE) in is_in()
289 if (psf->sf_count[MCAST_INCLUDE]) in is_in()
298 return psf->sf_count[MCAST_INCLUDE] != 0; in is_in()
303 psf->sf_count[MCAST_INCLUDE]) in is_in()
310 return (pmc->sfmode == MCAST_INCLUDE) ^ sdeleted; in is_in()
312 if (pmc->sfmode == MCAST_INCLUDE) in is_in()
669 if (pmc->sfmode == MCAST_INCLUDE) { in igmpv3_send_cr()
877 if (psf->sf_count[MCAST_INCLUDE] || in igmp_xmarksources()
1200 if (pmc->sfmode == MCAST_INCLUDE) { in igmpv3_add_delrec()
1245 if (im->sfmode == MCAST_INCLUDE) { in igmpv3_del_delrec()
[all …]
/linux/tools/include/uapi/linux/
H A Din.h173 #define MCAST_INCLUDE 1 macro