Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_multicast.c559 p->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_fwd_src_remove()
2340 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_toin()
2577 pg->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_block()
3449 p->flags |= MDB_PG_FLAGS_FAST_LEAVE; in br_multicast_leave_group()
Dbr_mdb.c141 if (flags & MDB_PG_FLAGS_FAST_LEAVE) in __mdb_entry_fill_flags()
Dbr_private.h286 #define MDB_PG_FLAGS_FAST_LEAVE BIT(2) macro