Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_mdb.c905 ent->flags |= BR_SGRP_F_DELETE; in br_mdb_replace_group_srcs()
912 if (ent->flags & BR_SGRP_F_DELETE) in br_mdb_replace_group_srcs()
920 ent->flags &= ~BR_SGRP_F_DELETE; in br_mdb_replace_group_srcs()
Dbr_multicast.c2155 if (ent->flags & BR_SGRP_F_DELETE) { in __grp_src_delete_marked()
2305 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2313 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2344 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2352 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2545 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2553 ent->flags = (ent->flags & ~BR_SGRP_F_DELETE) | in __grp_src_toex_incl()
2590 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2598 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_toex_excl()
Dbr_private.h314 #define BR_SGRP_F_DELETE BIT(0) macro