Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_multicast.c1978 if (ent->flags & BR_SGRP_F_DELETE) { in __grp_src_delete_marked()
2128 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2136 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_incl()
2167 ent->flags |= BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2175 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_isexc_excl()
2368 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_incl()
2376 ent->flags = (ent->flags & ~BR_SGRP_F_DELETE) | in __grp_src_toex_incl()
2413 ent->flags = (ent->flags & ~BR_SGRP_F_SEND) | BR_SGRP_F_DELETE; in __grp_src_toex_excl()
2421 ent->flags &= ~BR_SGRP_F_DELETE; in __grp_src_toex_excl()
Dbr_private.h292 #define BR_SGRP_F_DELETE BIT(0) macro