Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c585 p->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_fwd_src_remove()
2516 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_toin()
2753 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_block()
3625 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.h311 #define MDB_PG_FLAGS_FAST_LEAVE BIT(2) macro