Lines Matching refs:src_pg
206 struct net_bridge_port_group *src_pg;
214 src_pg = __br_multicast_add_group(br, pg->key.port, sg_ip, pg->eth_addr,
216 if (IS_ERR_OR_NULL(src_pg) ||
217 src_pg->rt_protocol != RTPROT_KERNEL)
220 src_pg->flags |= MDB_PG_FLAGS_STAR_EXCL;
228 struct net_bridge_port_group *src_pg;
233 src_pg = br_sg_port_find(br, &sg_key);
234 if (!src_pg || !(src_pg->flags & MDB_PG_FLAGS_STAR_EXCL) ||
235 src_pg->rt_protocol != RTPROT_KERNEL)
238 br_multicast_find_del_pg(br, src_pg);
389 struct net_bridge_port_group *src_pg;
398 src_pg = __br_multicast_add_group(br, pg->key.port,
402 if (IS_ERR_OR_NULL(src_pg) ||
403 src_pg->rt_protocol != RTPROT_KERNEL)
405 src_pg->flags |= MDB_PG_FLAGS_STAR_EXCL;