Home
last modified time | relevance | path

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

/Linux-v5.10/net/bridge/
Dbr_multicast.c352 MDB_PG_FLAGS_PERMANENT))) in br_multicast_sg_del_exclude_ports()
363 if (!(p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_sg_del_exclude_ports()
431 (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_add()
465 (p->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_remove()
489 if (!sg || (sg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_fwd_src_handle()
646 hlist_unhashed(&pg->mglist) || pg->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_port_group_expired()
1677 if (!(pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_multicast_disable_port()
2314 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip4_multicast_igmp3_report()
2441 if (!pg || (pg->flags & MDB_PG_FLAGS_PERMANENT)) in br_ip6_multicast_mld2_report()
2836 if (p->flags & MDB_PG_FLAGS_PERMANENT) in br_multicast_leave_group()
Dbr_mdb.c59 e->state = flags & MDB_PG_FLAGS_PERMANENT; in __mdb_entry_fill_flags()
Dbr_private.h213 #define MDB_PG_FLAGS_PERMANENT BIT(0) macro