Searched refs:MDB_PG_FLAGS_PERMANENT (Results 1 – 3 of 3) sorted by relevance
424 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()435 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()517 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()552 (p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_remove()578 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()737 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()1944 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT) && in __br_multicast_disable_port_ctx()2676 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()2814 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()3442 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
137 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()1165 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group()
272 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro