Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_multicast.c297 struct net_bridge_port_group *src_pg; in __fwd_add_star_excl() local
307 src_pg = __br_multicast_add_group(brmctx, pmctx, in __fwd_add_star_excl()
310 if (IS_ERR_OR_NULL(src_pg) || in __fwd_add_star_excl()
311 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl()
314 src_pg->flags |= MDB_PG_FLAGS_STAR_EXCL; in __fwd_add_star_excl()
322 struct net_bridge_port_group *src_pg; in __fwd_del_star_excl() local
327 src_pg = br_sg_port_find(br, &sg_key); in __fwd_del_star_excl()
328 if (!src_pg || !(src_pg->flags & MDB_PG_FLAGS_STAR_EXCL) || in __fwd_del_star_excl()
329 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl()
332 br_multicast_find_del_pg(br, src_pg); in __fwd_del_star_excl()
[all …]