Searched refs:src_pg (Results 1 – 1 of 1) sorted by relevance
298 struct net_bridge_port_group *src_pg; in __fwd_add_star_excl() local308 src_pg = __br_multicast_add_group(brmctx, pmctx, in __fwd_add_star_excl()311 if (IS_ERR_OR_NULL(src_pg) || in __fwd_add_star_excl()312 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl()315 src_pg->flags |= MDB_PG_FLAGS_STAR_EXCL; in __fwd_add_star_excl()323 struct net_bridge_port_group *src_pg; in __fwd_del_star_excl() local328 src_pg = br_sg_port_find(br, &sg_key); in __fwd_del_star_excl()329 if (!src_pg || !(src_pg->flags & MDB_PG_FLAGS_STAR_EXCL) || in __fwd_del_star_excl()330 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl()333 br_multicast_find_del_pg(br, src_pg); in __fwd_del_star_excl()[all …]