Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c2325 if (ent->flags & BR_SGRP_F_SEND) { in __grp_src_query_marked_and_rexmit()
2326 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_query_marked_and_rexmit()
2549 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_incl()
2557 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_incl()
2597 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_excl()
2606 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_excl()
2678 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2687 BR_SGRP_F_SEND; in __grp_src_toex_incl()
2723 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2740 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toex_excl()
[all …]
H A Dbr_multicast_eht.c651 if (!(src_ent->flags & BR_SGRP_F_SEND) || in __eht_inc_exc()
H A Dbr_private.h328 #define BR_SGRP_F_SEND BIT(1) macro