Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_mdb.c137 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()
721 if (!(flags & MDB_PG_FLAGS_PERMANENT) && !cfg->src_entry) in br_mdb_replace_group_sg()
763 if (!(flags & MDB_PG_FLAGS_PERMANENT) && !cfg->src_entry) in br_mdb_add_group_sg()
804 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group_src_fwd()
941 if (!(flags & MDB_PG_FLAGS_PERMANENT) && in br_mdb_replace_group_star_g()
993 if (!(flags & MDB_PG_FLAGS_PERMANENT) && in br_mdb_add_group_star_g()
1045 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group()
H A Dbr_multicast.c451 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()
462 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()
544 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()
579 (p->flags & MDB_PG_FLAGS_PERMANENT) && in br_multicast_fwd_src_remove()
606 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()
866 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()
2123 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT) && in __br_multicast_disable_port_ctx()
2855 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()
2993 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()
3621 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
H A Dbr_private.h306 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro