Searched refs:BR_SGRP_F_DELETE (Results 1 – 2 of 2) sorted by relevance
1974 if (ent->flags & BR_SGRP_F_DELETE) { in __grp_src_delete_marked()2124 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_incl()2132 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_incl()2163 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_excl()2171 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_excl()2364 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()2372 ent->flags = (ent->flags & ~BR_SGRP_F_DELETE) | in __grp_src_toex_incl()2409 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()2417 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_toex_excl()
280 #define BR_SGRP_F_DELETE BIT(0) macro