Home
last modified time | relevance | path

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

/Linux-v6.1/net/bridge/
Dbr_multicast.c2015 if (ent->flags & BR_SGRP_F_SEND) { in __grp_src_query_marked_and_rexmit()
2016 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_query_marked_and_rexmit()
2239 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_incl()
2247 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_incl()
2287 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toin_excl()
2296 ent->flags &= ~BR_SGRP_F_SEND; in __grp_src_toin_excl()
2368 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2377 BR_SGRP_F_SEND; in __grp_src_toex_incl()
2413 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2430 ent->flags |= BR_SGRP_F_SEND; in __grp_src_toex_excl()
[all …]
Dbr_multicast_eht.c648 if (!(src_ent->flags & BR_SGRP_F_SEND) || in __eht_inc_exc()
Dbr_private.h293 #define BR_SGRP_F_SEND BIT(1) macro