Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_mdb.c137 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()
262 e.state = MDB_PG_FLAGS_PERMANENT; in __mdb_fill_info()
931 flags |= MDB_PG_FLAGS_PERMANENT; in br_mdb_add_group()
Dbr_multicast.c427 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()
438 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()
520 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()
555 (p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_remove()
581 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()
740 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()
1948 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT) && in __br_multicast_disable_port_ctx()
2680 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()
2818 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()
3446 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
Dbr_private.h284 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro