Home
last modified time | relevance | path

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

/Linux-v5.10/net/bridge/
Dbr_multicast.c206 struct net_bridge_port_group *src_pg; in __fwd_add_star_excl() local
214 src_pg = __br_multicast_add_group(br, pg->key.port, sg_ip, pg->eth_addr, in __fwd_add_star_excl()
216 if (IS_ERR_OR_NULL(src_pg) || in __fwd_add_star_excl()
217 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_add_star_excl()
220 src_pg->flags |= MDB_PG_FLAGS_STAR_EXCL; in __fwd_add_star_excl()
228 struct net_bridge_port_group *src_pg; in __fwd_del_star_excl() local
233 src_pg = br_sg_port_find(br, &sg_key); in __fwd_del_star_excl()
234 if (!src_pg || !(src_pg->flags & MDB_PG_FLAGS_STAR_EXCL) || in __fwd_del_star_excl()
235 src_pg->rt_protocol != RTPROT_KERNEL) in __fwd_del_star_excl()
238 br_multicast_find_del_pg(br, src_pg); in __fwd_del_star_excl()
[all …]