Searched refs:BR_SGRP_F_DELETE (Results 1 – 2 of 2) sorted by relevance
1697 if (ent->flags & BR_SGRP_F_DELETE) { in __grp_src_delete_marked()1839 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_incl()1847 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_incl()1875 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_excl()1883 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_excl()2043 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()2051 ent->flags = (ent->flags & ~BR_SGRP_F_DELETE) | in __grp_src_toex_incl()2083 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()2091 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_toex_excl()
221 #define BR_SGRP_F_DELETE BIT(0) macro