Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_multicast.c2190 if (ent->flags & BR_SGRP_F_SEND) { in __grp_src_query_marked_and_rexmit()
2191 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_query_marked_and_rexmit()
2414 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_incl()
2422 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_incl()
2462 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_excl()
2471 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_excl()
2543 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2552 BR_SGRP_F_SEND; in __grp_src_toex_incl()
2588 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2605 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toex_excl()
[all …]
H A Dbr_multicast_eht.c648 if (!(src_ent->flags & BR_SGRP_F_SEND) || in __eht_inc_exc()
H A Dbr_private.h315 #define BR_SGRP_F_SEND BIT(1) macro