Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c2191 if (ent->flags & BR_SGRP_F_SEND) { in __grp_src_query_marked_and_rexmit()
2192 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_query_marked_and_rexmit()
2415 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_incl()
2423 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_incl()
2463 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_excl()
2472 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_excl()
2544 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2553 BR_SGRP_F_SEND; in __grp_src_toex_incl()
2589 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2606 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()