Home
last modified time | relevance | path

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

/Linux-v6.6/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.c2151 if (ent->flags & BR_SGRP_F_DELETE) { in __grp_src_delete_marked()
2301 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2309 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2340 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2348 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2541 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2549 ent->flags = (ent->flags & ~BR_SGRP_F_DELETE) | in __grp_src_toex_incl()
2586 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2594 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_toex_excl()
Dbr_private.h314 #define BR_SGRP_F_DELETE BIT(0) macro