Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_multicast.c584 p->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_fwd_src_remove()
2517 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_toin()
2754 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_block()
3626 p->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_leave_group()
H A Dbr_mdb.c141 if (flags & MDB_PG_FLAGS_FAST_LEAVE) in __mdb_entry_fill_flags()
H A Dbr_private.h308 #define MDB_PG_FLAGS_FAST_LEAVE BIT(2) macro